-
-
Notifications
You must be signed in to change notification settings - Fork 479
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "air-conditioner",
"type": "module",
"version": "0.1.3",
"private": true,
"packageManager": "[email protected]",
"description": "云空调,便携小空调",
"author": {
"url": "https://www.yunyoujun.cn",
"email": "[email protected]",
"name": "YunYouJun"
},
"homepage": "https://ac.yunyoujun.cn/",
"repository": {
"type": "git",
"url": "https://github.com/YunYouJun/air-conditioner"
},
"scripts": {
"build": "pnpm -r run build",
"react:dev": "pnpm -C packages/react run dev",
"react:build": "pnpm -C packages/react run build",
"vue:dev": "pnpm -C packages/vue run dev",
"vue:build": "pnpm -C packages/vue run build",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"typescript": "^5.6.3"
}
}