-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 968 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
{
"name": "grazing-at-work",
"version": "0.0.0",
"description": "Watch a 3d ox on your screen while listening to music",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build"
},
"author": "Justin Ho <[email protected]>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@react-three/drei": "^3.10.2",
"next": "^10.0.5",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^6.3.0",
"nookies": "^2.5.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-three-fiber": "^5.3.14",
"spotify-web-api-node": "^5.0.2",
"swr": "^0.5.1",
"three": "^0.126.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.7",
"@types/node": "^14.14.21",
"@types/react": "^17.0.0",
"@types/spotify-web-api-node": "^5.0.0",
"cross-env": "^7.0.3",
"typescript": "^4.1.3"
}
}