-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 900 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
38
{
"name": "song-nebula",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "link-module-alias"
},
"_moduleAliases": {
"@components": "./components",
"@hooks": "./hooks"
},
"dependencies": {
"@react-three/drei": "^8.3.1",
"@react-three/fiber": "^7.0.24",
"axios": "^0.24.0",
"link-module-alias": "^1.2.0",
"next": "12.0.7",
"nice-color-palettes": "^3.0.0",
"react": "17.0.2",
"react-audio-player": "^0.17.0",
"react-dom": "17.0.2",
"react-loader-spinner": "^4.0.0",
"react-social-icons": "^5.6.1",
"react-three": "^0.9.7",
"recoil": "^0.5.2",
"sass": "^1.45.0",
"scss": "^0.2.4",
"three": "^0.135.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.4.1",
"eslint-config-next": "12.0.7"
}
}