-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "tommys-comfy-screen-capturer",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tauri-apps/api": "^2.3.0",
"@tauri-apps/plugin-clipboard-manager": "~2",
"@tauri-apps/plugin-opener": "^2.2.6",
"antd": "^5.24.2",
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tauri-plugin-clipboard-api": "^2.1.11"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@tauri-apps/cli": "^2",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint-plugin-react": "^7.37.4",
"less": "^4.2.2",
"vite": "^6.0.3",
"vite-plugin-eslint": "^1.8.1"
}
}