-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "swp",
"version": "1.0.0",
"description": "petadoption webstie",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MGlyer/SWP.git"
},
"author": "MorningStar",
"license": "ISC",
"bugs": {
"url": "https://github.com/MGlyer/SWP/issues"
},
"homepage": "https://github.com/MGlyer/SWP#readme",
"dependencies": {
"axios": "0.18.0",
"body-parser": "1.18.3",
"cors": "2.8.4",
"express": "4.16.3",
"firebase": "^5.3.0",
"firebaseui": "^3.2.0",
"mongoose": "5.2.4",
"react": "16.4.1",
"react-dom": "16.4.1",
"react-router-dom": "4.3.1",
"webpack-cli": "3.0.8"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"webpack": "2.2.1"
}
}