-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.02 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "vue3-vite-template",
"version": "0.1.2",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"serve": "vite preview",
"prepare": "husky install",
"remove-git": "find . -name '.git' | xargs rm -Rf",
"font": "font-spider src/fonts/demo.html"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
},
"dependencies": {
"@rollup/plugin-commonjs": "^19.0.1",
"@tp/h5utils": "^3.3.8",
"@varlet/ui": "^1.27.20",
"@vitejs/plugin-vue": "^1.2.5",
"axios": "^0.21.1",
"captcha-sdk": "^0.6.3",
"element-plus": "^1.0.2-beta.55",
"postcss-px-to-viewport": "^1.1.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-external-globals": "^0.6.1",
"vite": "^2.4.2",
"vite-plugin-style-import": "^1.0.1",
"vue": "^3.2.21",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vue/compiler-sfc": "^3.1.5",
"@vue/eslint-config-standard": "^6.0.0",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eruda": "^2.4.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^8.0.3",
"husky": "^6.0.0",
"less": "^4.1.1",
"lint-staged": "^10.5.4",
"pinia": "^2.0.0-rc.10",
"prettier": "^2.2.1",
"typescript": "^4.1.3",
"unplugin-vue-components": "^0.22.4",
"vite-plugin-mock": "^2.9.3",
"vue-tsc": "^0.0.24"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}