-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "wejh-taro",
"private": true,
"description": "",
"author": "ZJUTJH",
"scripts": {
"lint": "eslint",
"dev:weapp": "npm run build:weapp -- --watch",
"build:weapp": "taro build --type weapp"
},
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"dependencies": {
"@babel/runtime": "^7.24.4",
"@tarojs/components": "4.0.6",
"@tarojs/helper": "4.0.6",
"@tarojs/plugin-platform-weapp": "4.0.6",
"@tarojs/runtime": "4.0.6",
"@tarojs/shared": "4.0.6",
"@tarojs/taro": "4.0.6",
"@tarojs/plugin-framework-vue3": "4.0.6",
"dayjs": "^1.11.4",
"lodash-es": "^4.17.21",
"vue": "^3.0.0",
"vuex": "^4.0.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@tarojs/cli": "4.0.6",
"@tarojs/vite-runner": "4.0.6",
"@stylistic/eslint-plugin": "^2.9.0",
"@vue/eslint-config-typescript": "^14.0.0",
"babel-preset-taro": "4.0.6",
"terser": "^5.30.4",
"vite": "^4.2.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "^9.12.0",
"stylelint": "^14.4.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.11.0",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"postcss": "^8.4.38"
}
}