package.json
890 Bytes
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
{
"name": "tjws",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"start": "vite --host 0.0.0.0",
"build": "vite build",
"build-ts": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"html2canvas": "^1.4.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mui-player": "^1.6.0",
"uuid": "^8.3.2",
"vant": "^4.0.0-alpha.0",
"vue": "^3.2.31",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.182",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.31",
"axios": "^0.26.1",
"less": "^4.1.2",
"pinia": "^2.0.12",
"postcss-px-to-viewport": "^1.1.1",
"qs": "^6.10.3",
"tslint": "^6.1.3",
"vite": "^2.8.6",
"vite-plugin-style-import": "1.4.1",
"vue-router": "4"
}
}