-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
{
"name": "simple-nextjs-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@cosmicjs/sdk": "^1.0.5",
"@radix-ui/react-slot": "^1.1.2",
"@types/leaflet": "^1.9.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotted-map": "^2.2.3",
"gsap": "^3.12.7",
"isomorphic-dompurify": "^1.8.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.427.0",
"marked": "^16.4.1",
"next": "15.5.9",
"next-auth": "5.0.0-beta.25",
"radix-ui": "^1.1.3",
"react": "19.0.0-rc-68dbd84b-20240812",
"react-dom": "19.0.0-rc-68dbd84b-20240812",
"react-leaflet": "^5.0.0",
"tailwind-merge": "^3.0.2",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/marked": "^6.0.0",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^19.1.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2"
}
}