-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
{
"name": "lae-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.15",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"autoprefixer": "^10.4.13",
"axios": "^1.2.2",
"echarts": "^5.4.1",
"highlight.js": "^11.7.0",
"humanize-plus": "^1.8.2",
"js-md5": "^0.7.3",
"laravel-echo": "^1.14.0",
"lottie-web": "^5.10.1",
"naive-ui": "^2.34.3",
"postcss": "^8.4.20",
"prismjs": "^1.29.0",
"pusher-js": "^7.4.0",
"qrcode-vue3": "^1.4.17",
"tailwindcss": "^3.2.4",
"three": "^0.149.0",
"ts-node": "^10.9.1",
"vfonts": "^0.0.3",
"vooks": "^0.2.12",
"vue": "^3.2.45",
"vue-axios": "^3.5.2",
"vue-router": "^4.0.13",
"vuex": "^4.0.2",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-search": "^0.11.0",
"xterm-addon-search-bar": "^0.2.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/vue": "^2.0.0",
"@types/vue-router": "^2.0.0",
"@types/xterm": "^3.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.0.0"
}
}