-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 963 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": "midi-virtual-piano",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-spring/core": "^9.7.4",
"@react-spring/three": "^9.7.5",
"@react-three/drei": "^9.74.15",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.7.1",
"react": "^18.0.0",
"react-dom": "^18.3.1",
"rxjs": "^7.5.6",
"three": "^0.158.0",
"underscore": "^1.13.7"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.152.1",
"@types/underscore": "^1.13.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.47",
"sass": "^1.80.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^2.9.17",
"vite-plugin-pwa": "^0.12.3"
}
}