-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 896 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 896 Bytes
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
{
"name": "splicedd",
"private": true,
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@crabnebula/tauri-plugin-drag": "^0.3.1",
"@heroicons/react": "^2.1.3",
"@nextui-org/react": "^2.3.6",
"@nextui-org/shared-icons": "^2.0.7",
"@tauri-apps/api": "^1.6.0",
"@types/node-wav": "^0.0.3",
"buffer": "^6.0.3",
"framer-motion": "^11.2.4",
"node-wav": "^0.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.0.2",
"vite": "^5.2.14"
}
}