-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) Β· 2.28 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) Β· 2.28 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
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
67
68
69
70
71
72
73
74
75
76
{
"name": "btnext",
"version": "0.2.13-985b55a",
"description": "Front-end reconstruction of new generation BT-Panel based on plug-in.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btnext/BTN.git"
},
"author": "LF112",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/btnext/BTN/issues"
},
"type": "module",
"homepage": "https://github.com/btnext/BTN#readme",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/core": "^7.19.3",
"@better-scroll/core": "^2.5.0",
"@better-scroll/mouse-wheel": "^2.5.0",
"@nanostores/react": "^0.3.0",
"@types/crypto-js": "^4.1.1",
"@types/date-and-time": "^0.13.0",
"@types/lodash": "^4.14.186",
"@types/luxon": "^2.4.0",
"@types/node": "^17.0.45",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-highlight": "^0.12.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.1.0",
"axios": "^0.26.1",
"child_process": "^1.0.2",
"copy-to-clipboard": "^3.3.2",
"crypto-js": "^4.1.1",
"date-and-time": "^2.4.1",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"fastdom": "^1.0.11",
"highlight.js": "^11.6.0",
"json-beautify": "^1.1.1",
"lodash": "^4.17.21",
"luxon": "^2.5.0",
"nanostores": "^0.6.0",
"prettier": "^2.7.1",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-countdown": "^2.3.2",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.4.2",
"redux-localstorage-simple": "^2.5.1",
"setRafTimeout": "^0.2.0",
"styled-components": "^5.3.6",
"vite": "^3.1.7",
"vite-plugin-svgr": "^2.2.1",
"vite-tsconfig-paths": "^3.5.1"
},
"devDependencies": {
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "16"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
}
}