-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "fancyCarApp",
"version": "1.0.0",
"description": "\"# fancyCarApp\"",
"main": "index.js",
"scripts": {
"dev": "npm-run-all --parallel dev:*",
"dev:server": "nodemon --watch node index",
"dev:build": "webpack -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thandon263/fancyCarApp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thandon263/fancyCarApp/issues"
},
"homepage": "https://github.com/thandon263/fancyCarApp#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "^1.18.3",
"css-loader": "^1.0.0",
"express": "^4.16.3",
"firebase-admin": "^6.0.0",
"mongoose": "^5.2.9",
"nodemon": "^1.18.3",
"npm-run-all": "^4.1.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-masonry": "^0.1.3",
"react-masonry-component": "^6.2.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"style-loader": "^0.22.1",
"thunk": "0.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}