-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.32 KB
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
{
"name": "proc-mini",
"type": "module",
"version": "0.0.1",
"private": true,
"description": "采购小程序",
"author": "cheng.zx <cheng.zhixin@foxmail.com>",
"license": "MIT",
"keywords": [],
"scripts": {
"dev": "wv dev",
"dev:open": "wv dev -o",
"build": "wv build",
"check": "pnpm lint && pnpm typecheck && pnpm stylelint",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit -p .weapp-vite/tsconfig.app.json",
"open": "wv open",
"stylelint": "stylelint \"src/**/*.{css,scss,vue,wxss}\" --allow-empty-input",
"stylelint:fix": "stylelint \"src/**/*.{css,scss,vue,wxss}\" --fix --allow-empty-input",
"postinstall": "weapp-tw patch && wv prepare"
},
"dependencies": {
"tdesign-miniprogram": "^1.13.2"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.9.2",
"@icebreakers/eslint-config": "^4.0.8",
"@icebreakers/stylelint-config": "^3.0.5",
"@iconify-json/mdi": "^1.2.3",
"autoprefixer": "^10.5.0",
"eslint": "^10.2.1",
"miniprogram-api-typings": "^5.1.3",
"postcss": "^8.5.10",
"sass": "^1.99.0",
"stylelint": "^17.8.0",
"tailwindcss": "3.4.19",
"typescript": "^6.0.3",
"vue-tsc": "^3.2.7",
"weapp-tailwindcss": "^4.11.2",
"weapp-vite": "^6.15.13",
"wevu": "^6.15.13"
}
}