{
  "name": "@ds-fr/design-system-test",
  "version": "2.0.0",
  "description": "Design System de l'Etat",
  "repository": "git@github.com:GouvernementFR/design-system.git",
  "author": "Service d'Information du Gouvernement <jean-charles.hourdeaux@pm.gouv.fr>",
  "license": "MIT",
  "config": {
    "prefix": "rf"
  },
  "scripts": {
    "styleguide": "./node_modules/.bin/sassdoc packages/**/src/styles/*.scss",
    "sprite": "svg-sprite --svg-xmldecl false --svg-dimattrs false --symbol -D packages/icons/src -m icons/icons_data.yml --symbol-dest icons --symbol-sprite sprite.svg --symbol-bust false icons/*.svg",
    "icon-font": "svgo -f icons/ --config .svgo.yml && icon-font-generator icons/*.svg -o packages/icons/font --html false --types woff -j false --csspath packages/icons/generated/_icons.scss --cssfontsurl '#{$icon-font-path}' -p '#{$prefix}-fi' -t span --height 100 && b64-cli encode packages/icons/font/icons.woff && replace-in-file --configFile=replaceFont.js",
    "publish-npm": "npm run test && npx lerna publish",
    "test:sass": "jest",
    "test:pa11y": "node ./scripts/pa11y",
    "test-sass": "run-s build test:*",
    "test": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.test.js",
    "build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js"
  },
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@epegzz/sass-vars-loader": "^6.0.0",
    "b64-cli": "^1.4.0",
    "babel-loader": "^8.1.0",
    "browser-sync": "^2.26.7",
    "clean-html": "^1.5.0",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^6.0.2",
    "core-js": "3",
    "cross-env": "^7.0.2",
    "css-loader": "^3.5.3",
    "csso-webpack-plugin": "^2.0.0-beta.1",
    "ejs": "^3.1.3",
    "eslint": "^7.5.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "express": "^4.17.1",
    "file-loader": "^6.0.0",
    "glob": "^7.1.6",
    "html-loader": "^1.0.0",
    "html-prettify": "^1.0.2",
    "html-webpack-hot-plugin": "^1.2.2",
    "html-webpack-plugin": "^4.3.0",
    "husky": "^4.2.5",
    "icon-font-generator": "^2.1.10",
    "jest": "^26.0.1",
    "js-beautify": "^1.11.0",
    "lerna": "^3.21.0",
    "mini-css-extract-plugin": "^0.9.0",
    "node-sass": "^4.14.1",
    "npm-run-all": "^4.1.5",
    "onchange": "^7.0.2",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "pa11y": "^5.3.0",
    "path": "^0.12.7",
    "prettier": "^2.0.5",
    "replace-in-file": "^6.1.0",
    "sass-loader": "^8.0.2",
    "sass-true": "^5.0.0",
    "simple-functional-loader": "^1.2.1",
    "standard": "^14.3.4",
    "string-replace-loader": "^2.3.0",
    "style-loader": "^1.2.1",
    "stylelint": "^13.6.1",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-scss": "^3.18.0",
    "stylelint-webpack-plugin": "^2.1.0",
    "svg-sprite": "^1.5.0",
    "svg-sprite-loader": "^4.2.5",
    "terser-webpack-plugin": "^2.3.5",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.0",
    "webpack-merge": "^4.2.2",
    "webpack-polyfills-plugin": "jesse1983/webpack-polyfills-plugin",
    "webpack-watch-files-plugin": "^1.0.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "dependencies": {
    "remove-files-webpack-plugin": "^1.4.4",
    "sassdoc": "^2.7.2"
  }
}
