-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
52
{
"name": "wavslice",
"private": true,
"version": "0.3.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@floating-ui/react": "^0.26.28",
"@fontsource/atkinson-hyperlegible": "^5.1.0",
"@headlessui/react": "^2.2.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-shell": "^2.0.1",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"csv-parse": "^5.6.0",
"lucide-react": "^0.460.0",
"mime": "^4.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.7",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@tauri-apps/cli": "^2",
"@types/node": "^22.9.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.15",
"typescript": "^5.2.2",
"typescript-eslint": "^8.17.0",
"vite": "^5.3.1"
}
}