mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +03:00
Updated create-react-app-dependencies
This commit is contained in:
parent
cf485af04f
commit
0b6b0d7ad0
|
@ -4,32 +4,33 @@
|
|||
"private": true,
|
||||
"proxy": "http://localhost:8000",
|
||||
"scripts": {
|
||||
"start-js": "react-scripts start",
|
||||
"start": "npm-run-all -p watch-css start-js",
|
||||
"build-js": "react-scripts build",
|
||||
"build": "npm-run-all build-css build-js",
|
||||
"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"
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "16.5.1",
|
||||
"react-dom": "16.5.1",
|
||||
"react-scripts": "1.1.5"
|
||||
"react": "16.5.2",
|
||||
"react-dom": "16.5.2",
|
||||
"react-scripts": "2.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "0.18.0",
|
||||
"node-sass-chokidar": "1.3.3",
|
||||
"npm-run-all": "4.1.3",
|
||||
"node-sass": "4.9.3",
|
||||
"raven-js": "3.27.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "9.11.1",
|
||||
"npm": "5.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