-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "real",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"base64-to-image": "^1.0.2",
"bluebird": "^3.5.3",
"body-parser": "^1.19.0",
"client": "0.0.1",
"concurrently": "^4.1.0",
"connect-timeout": "^1.9.0",
"create-react-app": "^2.1.3",
"express": "^4.16.4",
"image-downloader": "^3.4.2",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"mongoose": "^5.4.2",
"node-onvif": "^0.1.7",
"node-wget": "^0.4.3",
"node-wget-promise": "^0.1.6",
"nodejscore": "^0.5.0",
"nodemon": "^1.18.9",
"onvif": "github:agsh/onvif",
"onvif-snapshot": "^1.0.2",
"pdfmake": "^0.1.40",
"ping": "^0.2.2",
"react-bootstrap": "^0.32.4",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"save": "^2.3.3",
"socket.io": "^2.2.0",
"sse": "0.0.8",
"sys": "0.0.1"
},
"devDependencies": {
"prettier": "^1.16.4"
}
}