-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "noowah-next-v13",
"version": "0.23.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@heroicons/react": "^2.1.1",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.2.8",
"@supabase/supabase-js": "^2.43.1",
"@uiw/react-md-editor": "^3.20.5",
"eslint": "8.35.0",
"eslint-config-next": "15.0.0",
"framer-motion": "^12.0.0-alpha.0",
"lodash": "^4.17.21",
"negotiator": "^0.6.3",
"next": "15.0.0",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"remark": "^14.0.2",
"remark-gfm": "^4.0.0",
"remark-html": "^15.0.2",
"swr": "^2.2.4",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/negotiator": "^0.6.3",
"@types/node": "18.14.6",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "^3.4.3"
},
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}