mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
Merge pull request #3 from chopdgd/feature-update-node-packages
Updated create-react-app-dependencies
This commit is contained in:
commit
c894af9a52
|
@ -4,32 +4,33 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"proxy": "http://localhost:8000",
|
"proxy": "http://localhost:8000",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start-js": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"start": "npm-run-all -p watch-css start-js",
|
"build": "react-scripts build",
|
||||||
"build-js": "react-scripts build",
|
"test": "react-scripts test",
|
||||||
"build": "npm-run-all build-css build-js",
|
"eject": "react-scripts eject"
|
||||||
"test": "react-scripts test --env=jsdom",
|
|
||||||
"eject": "react-scripts eject",
|
|
||||||
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --output-style compressed",
|
|
||||||
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --output-style compressed --watch --recursive"
|
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "16.5.1",
|
"react": "16.5.2",
|
||||||
"react-dom": "16.5.1",
|
"react-dom": "16.5.2",
|
||||||
"react-scripts": "1.1.5"
|
"react-scripts": "2.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "0.18.0",
|
"axios": "0.18.0",
|
||||||
"node-sass-chokidar": "1.3.3",
|
"node-sass": "4.9.3",
|
||||||
"npm-run-all": "4.1.3",
|
|
||||||
"raven-js": "3.27.0"
|
"raven-js": "3.27.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "9.11.1",
|
"node": "9.11.1",
|
||||||
"npm": "5.6.0",
|
"npm": "5.6.0",
|
||||||
"yarn": "1.6.0"
|
"yarn": "1.6.0"
|
||||||
}
|
},
|
||||||
|
"browserslist": [
|
||||||
|
">0.2%",
|
||||||
|
"not dead",
|
||||||
|
"not ie <= 11",
|
||||||
|
"not op_mini all"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user