101 строка
2.8 KiB
JSON
101 строка
2.8 KiB
JSON
{
|
|
"name": "activate-mozilla",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"homepage": "https://activate.mozilla.community",
|
|
"dependencies": {
|
|
"bootstrap": "^3.4.1",
|
|
"fluent": "^0.13.0",
|
|
"fluent-intl-polyfill": "^0.1.0",
|
|
"fluent-langneg": "^0.3.0",
|
|
"fluent-react": "^0.9.0",
|
|
"history": "^4.9.0",
|
|
"react": "^16.8.6",
|
|
"react-a11y": "^1.1.0",
|
|
"react-app-polyfill": "^0.2.2",
|
|
"react-bootstrap": "^0.32.3",
|
|
"react-document-title": "^2.0.3",
|
|
"react-dom": "^16.8.6",
|
|
"react-feather": "^2.0.3",
|
|
"react-gtm-module": "^2.0.7",
|
|
"react-redux": "^7.1.0",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "^5.0.1",
|
|
"redux": "^4.0.4",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/runtime": "^7.5.5",
|
|
"@svgr/webpack": "^4.3.2",
|
|
"acorn": "^6.4.1",
|
|
"ajv": "^6.10.2",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-named-asset-import": "^0.3.2",
|
|
"babel-preset-react-app": "^4.0.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
|
"chalk": "^2.4.2",
|
|
"css-loader": "^3.1.0",
|
|
"dotenv": "^8.0.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-react-app": "^4.0.1",
|
|
"eslint-config-standard": "^13.0.1",
|
|
"eslint-loader": "^2.2.1",
|
|
"eslint-plugin-flowtype": "^3.12.1",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-node": "^9.1.0",
|
|
"eslint-plugin-only-warn": "^1.0.1",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"file-loader": "^4.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"html-webpack-plugin": "4.0.0-alpha.2",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"loader-utils": "^1.2.3",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"postcss-flexbugs-fixes": "4.1.0",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"postcss-safe-parser": "4.0.1",
|
|
"react-dev-utils": "^7.0.5",
|
|
"resolve": "^1.11.1",
|
|
"sass-loader": "7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"sw-precache-webpack-plugin": "0.11.5",
|
|
"terser-webpack-plugin": "^1.3.0",
|
|
"thread-loader": "^2.1.2",
|
|
"url-loader": "^2.1.0",
|
|
"webpack": "^4.38.0",
|
|
"webpack-dev-server": "^3.7.2",
|
|
"webpack-manifest-plugin": "2.0.4"
|
|
},
|
|
"scripts": {
|
|
"start": "node scripts/start.js",
|
|
"build": "node scripts/build.js && cp github_404.html build/404.html",
|
|
"format": "eslint --fix ./src"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"babel": {
|
|
"presets": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app",
|
|
"plugins": [
|
|
"jsx-a11y"
|
|
]
|
|
}
|
|
}
|