-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "labmgr",
"version": "1.0.0",
"private": true,
"description": "ISOC Lab Manager",
"main": "index.js",
"dependencies": {
"chai": "^4.2.0",
"css": "^2.2.4",
"css-to-react-native": "^2.2.2",
"ip-address": "^5.8.9",
"js-cookie": "^2.2.0",
"lodash.throttle": "^4.1.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"prop-types": "^15.6.2",
"pubsub-js": "^1.7.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-intl": "^2.8.0",
"react-redux": "^5.1.1",
"react-resize-detector": "^3.4.0",
"react-tabs": "^2.3.0",
"redux": "^4.0.1",
"showdown": "^1.9.1",
"sockette": "^2.0.5",
"xterm": "^3.8.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^1.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-bundle-tracker": "^0.4.2-beta",
"webpack-cli": "^3.2.1"
},
"scripts": {
"build": "webpack --config webpack.config.js --progress --colors --mode production",
"watch": "webpack --config webpack.config.js --watch --mode development"
},
"author": "Sander Steffann <sander@steffann.nl>",
"license": "GPL-3.0"
}