-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "weapp-starter",
"version": "1.0.0",
"description": "",
"main": "app.js",
"keywords": [],
"author": "Wyatex",
"license": "ISC",
"scripts": {
"prepare": "husky install",
"unocss": "unocss ./**/*.wxml -c unocss.config.js --watch -o src/unocss.wxss",
"unocss:build": "unocss ./**/*.wxml -c unocss.config.js -o src/unocss.wxss",
"lint": "eslint . --ext .js,.ts,.wxml --fix",
"typecheck": "tsc --noEmit --skipLibCheck",
"format": "prettier --write ./**/*.{js,ts,wxs,wxml,wxss,json}"
},
"dependencies": {
"@vant/weapp": "^1.11.6",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"fast-deep-equal": "^3.1.3",
"miniprogram-computed": "^4.4.0",
"mobx-miniprogram": "^6.12.3",
"mobx-miniprogram-bindings": "^3.0.0",
"rfdc": "^1.3.1",
"tdesign-miniprogram": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify/json": "^2.2.212",
"@iconify/utils": "^2.1.23",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@unocss/cli": "^0.60.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-wxml": "^0.8.0",
"esno": "^4.7.0",
"husky": "^9.0.11",
"miniprogram-api-typings": "^3.12.2",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"unocss": "^0.60.2",
"unocss-preset-weapp": "^0.60.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"vite"
]
}
}
}