-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 730 Bytes
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
{
"name": "haave",
"version": "0.1.0",
"private": true,
"dependencies": {
"animate.css": "^3.5.2",
"async": "^2.6.0",
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"nodemailer": "^4.4.1",
"react": "^16.2.0",
"react-animate-on-scroll": "^1.6.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"tedious": "^2.2.3",
"validator": "^9.2.0"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"react-scripts": "1.0.17"
},
"scripts": {
"start": "node app",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
},
"proxy": "http://localhost:8080"
}