-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.61 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.61 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
53
54
55
56
57
58
59
60
61
62
{
"name": "source-codes-trim",
"private": true,
"version": "0.2.0",
"description": "An app to trim source codes",
"info": {
"appname": "源码整理器",
"version": "0.2.0",
"description": "源码整理器, 用于整理源码, 生成源码树",
"date": "2024/10/26",
"author": {
"name": "Evanpatchouli",
"email": [
"evanpatchouli@foxmail.com",
"evanpatchouli@gmail.com"
]
},
"license": "MIT"
},
"author": {
"name": "Evanpatchouli",
"email": "evanpatchouli@foxmail.com"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"collect-release": "node ./scripts/collect-release.cjs"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-http": "^2.0.1",
"@tauri-apps/plugin-shell": "^2",
"@types/node": "^22.7.7",
"@uidotdev/usehooks": "^2.4.1",
"framer-motion": "^11.11.9",
"re-resizable": "^6.10.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"archiver": "^7.0.1",
"fs-extra": "^11.2.0",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}