-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.75 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
{
"name": "moss-webui-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://tsinghua-fib-lab.github.io/moss-webui-frontend/",
"scripts": {
"dev": "vite --port 3000 --force",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@deck.gl/mesh-layers": "^8.9.34",
"@fiblab/moss-replay": "^1.1.2",
"@loaders.gl/core": "^3.4.14",
"@loaders.gl/gltf": "^3.4.14",
"@luma.gl/engine": "^8.5.21",
"antd": "^5.14.1",
"casdoor-js-sdk": "^0.13.0",
"casdoor-react-sdk": "^1.2.0",
"deck.gl": "^8.9.34",
"i": "^0.3.7",
"js-cookie": "^3.0.5",
"js-sdsl": "^4.4.2",
"mapbox-gl": "^3.1.2",
"react": "^18",
"react-dom": "^18",
"react-map-gl": "^6",
"react-router-dom": "^6.22.1",
"react-use-websocket": "^4.7.0",
"three": "^0.161.0",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.161.2",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.2.0",
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}