-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 Bytes
/
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": "jman-mod-installer",
"private": true,
"version": "1.0.0",
"type": "module",
"main": "index.html",
"scripts": {
"dev": "vite",
"tauri-dev": "tauri dev",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri-build": "tauri build"
},
"dependencies": {
"@tauri-apps/api": "^1",
"autoprefixer": "^10.4.19",
"postcss-cli": "^11.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.26.1",
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@tauri-apps/cli": "^1.6.0",
"@types/react": "^18.3.3",
"eslint": "^9.8.0",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.8.0",
"typescript": "^5.2.2",
"typescript-eslint": "^8.1.0",
"vite": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1"
}
}