-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.1 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
{
"name": "da_cards-2",
"version": "0.0.6",
"private": true,
"dependencies": {
"express": "^4.16.3",
"raf": "^3.4.0",
"react": "^16.3.2",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dnd-touch-backend": "^0.3.21",
"react-dom": "^16.3.3",
"react-scripts": "1.0.14",
"socket.io": "^2.1.0",
"sync-request": "^4.1.0",
"then-request": "^5.0.0",
"cryptiles": "^4.1.2",
"macaddress": "^0.2.9",
"sshpk": "^1.13.2",
"url-parse": "^1.4.3",
"lodash": "^4.17.13",
"hoek": "^4.2.1",
"webpack-dev-server": "^3.1.11",
"react-dev-utils": "^4.2.2",
"merge": "^1.2.1",
"randomatic": "^3.0.0",
"deep-extend": "^0.5.1",
"mime": "^1.4.1"
},
"scripts": {
"serve": "node index.js",
"serveO": "set PORT=8123 && node index.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}