-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "Sharjects",
"scripts": {
"dev": "yarn prebuild && next dev",
"buildstart": "next build && next start",
"prebuild": "node scripts/generateTimelineMetadata.js",
"build": "next build",
"start": "next start",
"refresh": "scripts/refresh_token.bash",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.9.3",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.11.0",
"@next/mdx": "^13.1.6",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/dynamic": "^2.0.3",
"@vanilla-extract/next-plugin": "^2.3.1",
"bcrypt": "^5.0.1",
"framer-motion": "^7.1.0",
"mongoose": "^6.4.4",
"next": "^13.3.1",
"next-auth": "^4.10.2",
"notistack": "3.0.0-alpha.11",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-horizontal-scrolling-menu": "^3.2.0",
"react-spotify-embed": "^1.0.4",
"swr": "^2.2.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.6",
"@types/bcrypt": "^5.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.5",
"@types/spotify-api": "^0.0.19",
"eslint": "^8.27.0",
"eslint-config-next": "^13.1.1",
"typescript": "^4.9.4"
},
"license": "MIT"
}