-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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": "poe2-filters-manager",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"prettier": "prettier src",
"prettier:fix": "prettier src -w",
"eslint": "eslint src",
"eslint:fix": "eslint src --fix"
},
"dependencies": {
"@octokit/types": "^13.6.2",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-shell": "^2",
"@tauri-apps/plugin-store": "^2.2.0",
"@tauri-apps/plugin-updater": "~2",
"@tauri-apps/plugin-upload": "^2.2.1",
"octokit": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/js": "9.16.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@types/node": "22.10.2",
"@tauri-apps/cli": "^2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"postcss": "^8.4.49",
"prettier": "3.4.2",
"prettier-eslint-cli": "8.0.1",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "^3.4.16",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"vite": "^5.3.1"
}
}