-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.73 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
{
"name": "air-conditioner",
"description": "云空调,便携小空调",
"packageManager": "pnpm@8.5.1",
"version": "0.1.3",
"private": true,
"author": {
"url": "https://www.yunyoujun.cn",
"email": "me@yunyoujun.cn",
"name": "YunYouJun"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint \"**/*.{tsx,ts,js}\"",
"lint:fix": "eslint \"**/*.{tsx,ts,js}\" --fix",
"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"
]
},
"repository": {
"type": "git",
"url": "https://github.com/YunYouJun/air-conditioner"
},
"homepage": "https://ac.yunyoujun.cn/",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-gtm-module": "2",
"react-router-dom": "^6.11.2",
"sass": "^1.62.1",
"web-vitals": "^3.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/mdi": "^1.1.52",
"@mui/material": "^5.10.7",
"@types/node": "^20.2.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-gtm-module": "2",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.41.0",
"react-transition-group": "^4.4.5",
"typescript": "^5.0.4",
"unocss": "^0.51.13",
"usehooks-ts": "^2.9.1",
"vite": "^4.3.8",
"vite-plugin-pages": "^0.30.1",
"vite-plugin-pwa": "^0.15.0"
}
}