-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "argus-eye",
"version": "0.1.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "next build",
"dev": "node server.js",
"export": "next export",
"start": "cross-env NODE_ENV=production node server.js"
},
"keywords": [],
"author": "Brett Fowle <[email protected]>",
"license": "MIT",
"dependencies": {
"@kubernetes/client-node": "^0.7.2",
"@zeit/next-css": "^1.0.1",
"body-parser": "^1.18.3",
"cross-env": "^5.2.0",
"dockerode": "^2.5.7",
"downloadjs": "^1.4.7",
"express": "^4.16.4",
"is-plain-object": "^2.0.4",
"isbinaryfile": "^3.0.3",
"isomorphic-unfetch": "^3.0.0",
"milligram": "^1.3.0",
"moment": "^2.23.0",
"next": "^8.0.0-canary.11",
"next-offline": "^3.3.5",
"next-redux-wrapper": "^2.1.0",
"react": "^16.7.0",
"react-clipboard.js": "^2.0.2",
"react-dom": "^16.7.0",
"react-feather": "^1.1.5",
"react-hint": "^3.2.0",
"react-moment": "^0.8.4",
"react-redux": "^6.0.0",
"react-syntax-highlighter": "^10.1.2",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"string-format": "^2.0.0",
"styled-jsx": "^3.1.3"
}
}