forked from steve1316/granblue-automation-pyautogui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "tauri-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "tauri dev --no-watch",
"dev": "vite",
"build": "tsc && vite build && tauri build",
"preview": "vite preview",
"tauri": "tauri",
"update": "yarn install && yarn upgrade-interactive"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/core": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@mantine/styles": "^6.0.1",
"@tauri-apps/api": "^1.2.0",
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"ripple-button": "^1.0.9"
},
"devDependencies": {
"@iconify/react": "^4.1.0",
"@tauri-apps/cli": "^1.2.2",
"@types/node": "^18.7.10",
"@types/react": "17.0.22",
"@types/react-dom": "17.0.19",
"@vitejs/plugin-react": "^3.0.0",
"sass": "^1.58.3",
"typescript": "^4.6.4",
"vite": "^4.0.0"
}
}