-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
61 lines (61 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
{
"name": "lofivite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.12",
"@reduxjs/toolkit": "^2.0.1",
"@tonaljs/tonal": "^4.10.0",
"@types/three": "^0.139.0",
"aframe": "^1.5.0",
"clsx": "^2.1.1",
"colormap": "^2.3.2",
"dotenv": "^16.3.1",
"firebase": "^10.7.1",
"framer-motion": "^10.18.0",
"gsap": "^3.12.4",
"lucide-react": "^0.452.0",
"pako": "^2.1.0",
"plotly.js": "^2.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-lazy-load-image-component": "^1.6.0",
"react-locomotive-scroll": "^0.2.2",
"react-player": "^2.14.1",
"react-plotly.js": "^2.6.0",
"react-plotlyjs": "^0.4.4",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.1",
"redux-persist": "^6.0.0",
"sortablejs": "^1.15.2",
"tailwind-merge": "^2.5.4",
"three": "^0.160.0",
"tone": "^14.7.77",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@types/pako": "^2.0.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/sortablejs": "^1.15.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^5.0.8"
}
}