-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 4.91 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "taro-vue-template",
"version": "1.0.0",
"private": true,
"description": "taro-vue-template",
"repository": {
"type": "git",
"url": "git+https://github.com/xinlei3166/taro-vue-template.git"
},
"templateInfo": {
"name": "vue3-NutUI",
"typescript": true,
"css": "Sass",
"framework": "Vue3"
},
"keywords": [
"vue",
"webpack",
"taro",
"template"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev:h5": "npm run build:h5 -- --watch",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
"dev:qq": "npm run build:qq -- --watch",
"dev:jd": "npm run build:jd -- --watch",
"dev:rn": "npm run build:rn -- --watch",
"dev:quickapp": "npm run build:quickapp -- --watch",
"build:h5": "taro build --type h5",
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
"build:tt": "taro build --type tt",
"build:qq": "taro build --type qq",
"build:jd": "taro build --type jd",
"build:rn": "taro build --type rn",
"build:quickapp": "taro build --type quickapp",
"type-check": "vue-tsc --noEmit",
"build:github": "taro build --type h5 --mode github",
"deploy": "zsh scripts/gh-pages.sh"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "君惜",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@tarojs/components": "4.0.7",
"@tarojs/helper": "4.0.7",
"@tarojs/plugin-platform-weapp": "4.0.7",
"@tarojs/plugin-platform-alipay": "4.0.7",
"@tarojs/plugin-platform-tt": "4.0.7",
"@tarojs/plugin-platform-swan": "4.0.7",
"@tarojs/plugin-platform-jd": "4.0.7",
"@tarojs/plugin-platform-qq": "4.0.7",
"@tarojs/plugin-platform-h5": "4.0.7",
"@tarojs/runtime": "4.0.7",
"@tarojs/shared": "4.0.7",
"@tarojs/plugin-html": "4.0.7",
"@tarojs/taro": "4.0.7",
"@tarojs/plugin-framework-vue3": "4.0.7",
"@nutui/nutui-taro": "^4.3.13",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"animate.css": "^4.1.1",
"axios-miniprogram": "^2.7.2",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"exceljs": "^4.4.0",
"mitt": "^3.0.1",
"nanoid": "^5.0.9",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.1.3",
"qs": "^6.13.1",
"sortablejs": "^1.15.4",
"vue": "^3.4.21",
"vue-router": "^4.5.0",
"vue-i18n": "^10.0.5"
},
"devDependencies": {
"@types/mockjs": "^1.0.10",
"@types/node": "^22.10.0",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.17",
"@types/sortablejs": "^1.15.8",
"@types/webpack-env": "^1.13.6",
"@unocss/webpack": "^0.58.0",
"@unocss/postcss": "^0.58.0",
"@unocss/preset-rem-to-px": "^0.58.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@nutui/auto-import-resolver": "^1.0.0",
"@nutui/icons-vue-taro": "^0.0.9",
"@babel/core": "^7.8.0",
"@tarojs/cli": "^4.0.8",
"@tarojs/webpack5-runner": "^4.0.8",
"@tarojs/taro-loader": "^4.0.7",
"@tarojs/vite-runner": "^4.0.7",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/tsconfig": "^0.7.0",
"@vue/compiler-sfc": "^3.5.13",
"@yunquejs/release": "^0.1.9",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.96.1",
"css-loader": "3.4.2",
"style-loader": "1.3.0",
"autoprefixer": "^10.4.20",
"consola": "^3.2.3",
"conventional-changelog-cli": "^5.0.0",
"babel-preset-taro": "^4.0.7",
"eslint-config-taro": "^4.0.7",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"stylelint": "^14.4.0",
"terser": "^5.16.8",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"picocolors": "latest",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"sass": "^1.60.0",
"simple-git-hooks": "latest",
"ssh2-sftp-client": "^11.0.0",
"tslib": "^2.8.1",
"tsx": "latest",
"typescript": "^5.7.2",
"unocss": "^0.58.0",
"unocss-preset-weapp": "^0.64.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^4.5.5",
"vite-plugin-html": "^3.2.2",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.10"
},
"peerDependencies": {},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
"commit-msg": "pnpm exec tsx scripts/verifyCommit.ts $1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
"eslint --fix"
]
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": []
}
}
}