forked from zenghongtu/PPet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.39 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
45
46
47
48
49
50
51
52
{
"name": "PPet3",
"version": "4.0.0",
"description": "给你的桌面添加一点趣味~",
"license": "MIT",
"private": true,
"main": "dist/main/index.cjs",
"repository": "https://github.com/zenghongtu/PPet.git",
"homepage": "https://github.com/zenghongtu/PPet",
"author": "zenghongtu <zenghongtu@gmail.com>",
"scripts": {
"start": "node scripts/watch.mjs",
"build": "node scripts/build.mjs",
"dist": "npm run build && electron-builder",
"dist:dir": "npm run dist -- --dir -c.compression=store"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@ant-design/icons": "^6.0.0",
"@rematch/core": "^2.2.0",
"@rematch/persist": "^2.1.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"antd": "^5.22.0",
"chalk": "^5.0.0",
"electron": "^33.0.0",
"electron-builder": "^25.0.0",
"electron-store": "^8.2.0",
"electron-window-state": "^5.0.3",
"font-awesome": "^4.7.0",
"less": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^8.1.0",
"react-router-dom": "^6.28.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"styled-components": "^6.0.0",
"typescript": "^5.0.0",
"vite": "^6.0.0"
},
"pnpm": {
"onlyBuiltDependencies": ["electron", "esbuild"]
},
"env": {
"HOST": "127.0.0.1",
"PORT": 3344
}
}