-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "rooms",
"version": "1.0.0",
"description": "Describe rooms here",
"private": true,
"main": "server.js",
"scripts": {
"dev": "NODE_ENV=development nodemon server.js",
"start": "NODE_ENV=production node server.js",
"build": "nwb build-react-app",
"clean": "nwb clean-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"classnames": "^2.2.5",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.3.0",
"express": "^4.16.4",
"googleapis": "^20.1.0",
"ical-expander": "^1.1.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.13",
"node-google-calendar": "^1.0.0",
"precss": "^2.0.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-router-dom": "^4.1.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"nodemon": "^1.19.0",
"nwb": "^0.23.0"
},
"author": "",
"license": "MIT",
"repository": ""
}