-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "rythm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"@types/material-ui": "^0.21.12",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/spotify-web-playback-sdk": "^0.1.15",
"axios": "^1.3.4",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"framer-motion": "^10.1.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"next": "13.2.3",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive-carousel": "^3.2.23",
"react-spotify-web-playback": "^0.13.4",
"spotify-web-api-node": "^5.0.2",
"spotify-web-playback": "^1.4.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3"
}
}