-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.95 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "riverbase-theme-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@excalidraw/excalidraw": "^0.17.3",
"@iconify/react": "^4.1.1",
"@lexical/code": "^0.14.2",
"@lexical/file": "^0.14.2",
"@lexical/headless": "^0.14.2",
"@lexical/html": "^0.14.2",
"@lexical/link": "^0.14.2",
"@lexical/list": "^0.14.2",
"@lexical/react": "^0.14.2",
"@lexical/rich-text": "^0.14.2",
"@lexical/table": "^0.14.2",
"@nextui-org/react": "^2.2.9",
"@types/lodash-es": "^4.17.12",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/react-steps": "^4.22.3",
"aos": "^2.3.4",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"cookies-next": "^4.1.1",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.5",
"katex": "^0.16.10",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet-geosearch": "^3.11.1",
"lexical": "^0.14.2",
"lodash-es": "^4.17.21",
"next": "14.1.0",
"next-nprogress-bar": "^2.1.2",
"next-seo": "^6.5.0",
"prettier": "^3.2.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-inner-image-zoom": "^3.0.2",
"react-leaflet": "^4.2.1",
"sonner": "^1.4.0",
"swiper": "^11.0.7",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/katex": "^0.16.7",
"@types/leaflet": "^1.9.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-inner-image-zoom": "^3.0.3",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}