-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "@slates/app",
"productName": "Slates",
"version": "0.2.1",
"description": "Free desktop translate app",
"repository": {
"type": "git",
"url": "https://github.com/qutek/slates.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"bump": "tauri-version --no-git"
},
"keywords": [],
"author": {
"name": "Lafif Astahdziq",
"email": "[email protected]"
},
"license": "GPL-3.0",
"dependencies": {
"@tauri-apps/api": "^1",
"formik": "^2.4.5",
"iconsax-react": "^0.0.8",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tauri-plugin-positioner-api": "^0.2.7",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"zundo": "^2.1.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tauri-version": "^0.3.0",
"typescript": "^5.4.5",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^4.3.2"
}
}