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, "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