functional application without amazon update
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"react": "^16.2.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"react-md": "^1.2.8",
|
||||
"react-scripts": "1.0.17"
|
||||
"react-scripts": "1.0.17",
|
||||
"webfontloader": "^1.6.28"
|
||||
},
|
||||
"scripts": {
|
||||
"build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/",
|
||||
@@ -20,6 +21,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-sass": "^4.7.2",
|
||||
"nodemon": "^1.12.1"
|
||||
"nodemon": "^1.12.1",
|
||||
"npm-run-all": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user