-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
88 lines (88 loc) · 2.92 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
{
"name": "uni-vue3-ts-vantweapp-vite",
"version": "0.0.4",
"scripts": {
"serve": "pnpm run dev",
"dev": "pnpm run dev:mp-weixin",
"test": "pnpm run test:mp-weixin",
"build": "pnpm run build:mp-weixin",
"dev:mp-weixin": "uni -p mp-weixin",
"test:mp-weixin": "uni build -p mp-weixin --mode test",
"build:mp-weixin": "uni build -p mp-weixin",
"tsc": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint --ext .vue --ext .js --ext .ts src/ --fix",
"style": "stylelint \"src/**/*.(vue|scss|css)\" --fix",
"postinstall": "husky install",
"cz": "git add . && cz"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-components": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-h5": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3071220230331002",
"@iconify-json/ep": "^1.1.10",
"await-to-js": "^3.0.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"lodash.clonedeep": "^4.5.0",
"lodash.isempty": "^4.4.0",
"lodash.isobject": "^3.0.2",
"lodash.omit": "^4.5.0",
"luch-request": "^3.0.8",
"path-to-regexp": "^6.2.1",
"pinia": "2.0.13",
"pinia-plugin-persist-uni": "1.1.5",
"sass": "1.49.9",
"vue": "3.2.47"
},
"devDependencies": {
"@commitlint/config-conventional": "16.2.1",
"@dcloudio/types": "3.3.2",
"@dcloudio/uni-automator": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3071220230331002",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3071220230331002",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"@unocss/preset-icons": "^0.51.2",
"@vue/eslint-config-typescript": "7.0.0",
"auto-import-types": "0.0.4",
"autoprefixer": "10.4.4",
"comment-json": "^4.2.3",
"commitizen": "4.2.4",
"commitlint": "16.2.3",
"cz-customizable": "6.3.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-vue": "7.0.0",
"husky": "7.0.4",
"miniprogram-api-typings": "^3.9.0",
"pinia-auto-refs": "0.0.4",
"postcss": "^8.4.21",
"postcss-html": "1.3.0",
"postcss-scss": "4.0.3",
"prettier": "^2.8.7",
"strip-json-comments": "^5.0.0",
"stylelint": "14.1.0",
"stylelint-config-standard": "24.0.0",
"stylelint-order": "5.0.0",
"stylelint-scss": "4.0.1",
"stylelint-selector-bem-pattern": "^2.1.1",
"typescript": "4.6.3",
"unocss": "0.50.6",
"unocss-preset-weapp": "^0.5.2",
"unplugin-auto-import": "0.15.2",
"unplugin-vue-components": "0.24.1",
"vite": "4.2.1",
"vite-plugin-commonjs": "^0.6.2",
"vue-global-api": "0.4.1",
"vue-tsc": "0.29.3"
},
"engines": {
"node": ">=16.0.0"
}
}