forked from yulimchen/vue3-h5-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.17 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
69
70
71
72
73
74
75
76
77
78
{
"name": "vue3-h5-template",
"homepage": "https://yulimchen.github.io/vue3-h5-template/",
"version": "0.5.8",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yulimchen/vue3-h5-template.git"
},
"bugs": {
"url": "https://github.com/yulimchen/vue3-h5-template/issues"
},
"engines": {
"node": ">= 16"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"release": "standard-version",
"prepare": "husky install"
},
"dependencies": {
"axios": "^1.5.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vant": "^4.7.2",
"vue": "^3.3.6",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.8.1",
"@rushstack/eslint-patch": "^1.5.1",
"@types/node": "^18.18.6",
"@types/nprogress": "^0.2.2",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.16",
"cnjm-postcss-px-to-viewport": "^1.0.0",
"commitlint": "^17.8.1",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.18.0",
"husky": "^8.0.3",
"less": "^4.2.0",
"mockjs": "^1.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"standard-version": "^9.5.0",
"tailwindcss": "^3.3.3",
"typescript": "~5.2.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.5.0",
"vite-plugin-cdn2": "^0.15.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock-dev-server": "^0.3.21",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.20"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
]
}
}
}