-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.89 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "e4-webui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development PORT=3000 node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production PORT=3000 node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:teserakt-io/webui.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/teserakt-io/webui",
"dependencies": {
"@kenshooui/react-multi-select": "^1.1.5",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.18.1",
"babel-preset-env": "^1.7.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.17.1",
"file-loader": "^3.0.1",
"flow-bin": "^0.98.1",
"font-awesome": "^4.7.0",
"helmet": "^3.21.2",
"http-proxy-middleware": "^0.19.1",
"mini-css-extract-plugin": "^0.7.0",
"mobx": "^5.15.0",
"mobx-react": "^5.4.4",
"moment": "^2.24.0",
"next": "^9.1.4",
"node-sass": "^4.13.0",
"normalize-scss": "^7.0.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-fontawesome": "^1.7.1",
"react-json-view": "^1.19.1",
"react-notifications": "^1.4.3",
"react-paginate": "^6.3.2",
"react-scroll-into-view-if-needed": "^2.1.7",
"react-select": "^2.4.4",
"react-timeago": "^4.4.0",
"react-truncate": "^2.4.0",
"sass-loader": "^7.3.1",
"strftime": "^0.10.0",
"sweetalert2": "^8.19.0",
"sweetalert2-react-content": "^1.1.0",
"url-loader": "^1.1.2",
"validator": "^11.1.0",
"webpack": "^4.41.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-flow": "^7.7.4",
"cross-env": "^5.2.1"
}
}