-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "vite-ts-admin-tpl",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build-tsc": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"ts-node": "ts-node",
"bs": "npm run build && scp -r ./dist/* msl:/app/withdot/admin"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@wangeditor/editor": "^5.0.1",
"@wangeditor/editor-for-vue": "^5.1.10",
"dayjs": "^1.11.1",
"echarts": "^5.3.2",
"element-plus": "^2.2.5",
"install": "^0.13.0",
"laf-client-sdk": "^0.7.10",
"laf-db-query-wrapper": "^1.0.21",
"pinia": "^2.0.13",
"axios": "^0.27.2",
"typescript-util": "^1.0.26",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@types/lodash-es": "*",
"@types/node": "^17.0.27",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/babel-plugin-jsx": "^1.1.1",
"autoprefixer": "^10.4.5",
"less": "^4.1.2",
"postcss": "^8.4.12",
"sass": "^1.51.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vue-tsc": "^0.34.10"
}
}