-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.49 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
53
54
55
56
{
"name": "sroom-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:local": "env-cmd -f .env.local-server next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-pdf/renderer": "^3.1.14",
"@sentry/nextjs": "^7.77.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^4.29.19",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@uiw/react-markdown-preview": "^4.1.15",
"async-mutex": "^0.4.0",
"comlink": "^4.4.1",
"dayjs": "^1.11.9",
"easymde": "^2.18.0",
"encoding": "^0.1.13",
"env-cmd": "^10.1.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"framer-motion": "^10.12.18",
"html-react-parser": "^5.0.6",
"marked": "^10.0.0",
"next": "13.4.7",
"next-auth": "^4.22.1",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"notion-client": "^6.16.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.3.1",
"react-notion-x": "^6.16.0",
"react-simplemde-editor": "^5.2.0",
"react-youtube": "^10.1.0",
"sharp": "^0.32.6",
"swiper": "^10.0.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/youtube-player": "^5.5.7",
"autoprefixer": "^10.4.14",
"daisyui": "^3.7.4"
}
}