-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 949 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 949 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
37
38
39
40
{
"name": "beatstar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@externaladdress4401/protobuf": "^1.2.6",
"@fontsource/nunito": "^4.5.11",
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.1",
"axios": "^1.1.3",
"classnames": "^2.3.2",
"file-loader": "^6.2.0",
"formidable": "^2.0.1",
"html-react-parser": "^3.0.4",
"jszip": "^3.10.1",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.55.0",
"sharp": "^0.31.2",
"three": "^0.146.0",
"tls": "^0.0.1",
"ts-pattern": "^4.3.0",
"uuidv4": "^6.2.13",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "18.11.2",
"@types/react": "18.0.21",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}