generated from yulimchen/vue3-h5-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.23 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
79
80
81
82
{
"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.6.8",
"echarts": "5.5.0",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"ramda": "0.29.1",
"vant": "4.8.11",
"vue": "3.4.22",
"vue-echarts": "6.6.9",
"vue-router": "4.3.0"
},
"devDependencies": {
"@commitlint/config-conventional": "17.8.1",
"@rushstack/eslint-patch": "1.10.2",
"@types/node": "18.19.31",
"@types/nprogress": "0.2.3",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-vue": "4.6.2",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/tsconfig": "0.1.3",
"autoprefixer": "10.4.19",
"cnjm-postcss-px-to-viewport": "1.0.1",
"commitlint": "17.8.1",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.25.0",
"husky": "8.0.3",
"less": "4.2.0",
"mockjs": "1.1.0",
"npm-run-all": "4.1.5",
"pnpm": "8.15.7",
"postcss": "8.4.38",
"prettier": "2.8.8",
"standard-version": "9.5.0",
"tailwindcss": "3.4.3",
"typescript": "~5.2.2",
"unplugin-vue-components": "0.22.12",
"vite": "4.5.3",
"vite-plugin-cdn2": "0.15.4",
"vite-plugin-compression": "0.5.1",
"vite-plugin-html": "3.2.2",
"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.4.2",
"vue-tsc": "1.8.27"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
]
}
}
}