-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.73 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
{
"name": "jxdashboard",
"version": "2.0.2",
"description": "Dashboard for JXOS",
"main": "main.js",
"scripts": {
"production": "./scripts/build-production.sh",
"start": "./scripts/build-development.sh",
"linux": "./scripts/build-linux-bin.sh",
"deb64": "./scripts/build-linux-deb.sh",
"watch": "./scripts/build-watch.sh"
},
"repository": "https://github.com/duckzland/jxdashboard",
"keywords": [
"JXOS",
"dashboard"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"ajv": "^6.10.2",
"animejs": "^3.1.0",
"ansi-to-html": "^0.6.11",
"ansi-to-react": "^3.3.5",
"ansi-to-react-with-classes": "0.0.13",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"core-js": "^3.1.4",
"css-loader": "^3.1.0",
"dayjs": "^1.8.15",
"electron": "^2.0.18",
"electron-reload": "^1.5.0",
"file-loader": "^4.1.0",
"informed": "^1.10.12",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.8.0",
"net": "^1.0.2",
"pretty-byte": "^1.0.1",
"pypacker": "^0.2.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-easy-chart": "^1.0.0",
"react-scrollbar": "^0.5.6",
"react-table": "^6.10.0",
"react-typist": "^2.0.5",
"regenerator-runtime": "^0.13.3",
"transform-runtime": "0.0.0",
"uglifyjs": "^2.4.11",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"dependencies": {}
}