-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.46 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
55
56
{
"name": "vite",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build:vuedx": "vuedx-typecheck . && vite build",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.1",
"qrcode": "^1.4.4",
"qs": "^6.10.1",
"vant": "^3.0.7",
"vue": "^3.0.6",
"vue-router": "^4.0.4"
},
"devDependencies": {
"@types/fastclick": "^1.0.29",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.6",
"@vuedx/typecheck": "^0.6.0",
"@vuedx/typescript-plugin-vue": "^0.6.0",
"amfe-flexible": "^2.2.1",
"autoprefixer": "^10.2.5",
"babel-polyfill": "^6.26.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0",
"fastclick": "^1.0.6",
"gm-crypt": "0.0.2",
"jsbarcode": "^3.11.3",
"lodash": "^4.17.21",
"mddir": "^1.1.1",
"moment": "^2.29.1",
"postcss-pxtorem": "^5.1.1",
"sass": "^1.32.8",
"storage-manager-js": "^4.0.5",
"typescript": "^4.2.2",
"vconsole": "^3.4.0",
"vite": "^2.0.4",
"vite-plugin-imp": "^2.0.7",
"vite-tsconfig-paths": "^3.3.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}