-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
52 lines (52 loc) · 1.4 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
49
50
51
52
{
"name": "@hackclub/scrapbook",
"version": "2.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "yarn run prisma generate && yarn run next build",
"start": "next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@hackclub/icons": "^0.0.15",
"@hackclub/meta": "^1.1.33",
"@hackclub/react-calendar-heatmap": "^1.8.2",
"@mdx-js/loader": "^1.6.22",
"@mux/mux-node": "^8.8.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/mdx": "^15.0.1",
"@prisma/client": "5.19.1",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.12.0",
"github-slugger": "^2.0.0",
"hls.js": "^1.5.15",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"next": "^14.2.10",
"next-auth": "^4.24.7",
"node-statsd": "^0.1.1",
"normalize-url": "^8.0.1",
"nprogress": "^0.2.0",
"prisma": "5.21.1",
"react": "^18.3.1",
"react-audio-player": "^0.17.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-masonry-css": "^1.0.16",
"react-tilt": "^0.1.4",
"react-tooltip": "^5.28.0",
"reactour": "^1.19.4",
"rss": "^1.2.2",
"styled-components": "^4.0.0",
"superjson": "^1.13.3",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/node": "^22.8.1",
"babel-plugin-superjson-next": "^0.4.4",
"nodemailer": "^6.9.16"
}
}