Updated create-react-app-dependencies

This commit is contained in:
Michael A. Gonzalez 2018-10-12 19:25:38 -04:00
parent 683f3d246e
commit bd36a1eab2
2 changed files with 15 additions and 7432 deletions

View File

@ -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