-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "y-clip",
"productName": "YClip",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"author": {
"name": "Yuan",
"email": "[email protected]"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@tauri-apps/api": "^1.5.2",
"ahooks": "^3.7.10",
"antd": "^5.14.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"rc-queue-anim": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"run-applescript": "^7.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.8",
"@types/node": "^20.11.19",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"ts-node": "^10.0.0",
"typescript": "^5.0.2",
"typescript-plugin-css-modules": "^5.0.1",
"vite": "^5.0.0",
"zod": "^3.22.4"
}
}