-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "prosamik-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"start": "next start",
"lint": "next lint",
"generate-sitemap": "node scripts/generate-sitemaps.mjs",
"build": "npm run generate-sitemap && next build"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"html-to-image": "^1.11.11",
"lucide-react": "^0.469.0",
"mermaid": "^11.4.1",
"next": "15.1.2",
"node-fetch": "^3.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@types/mermaid": "^9.1.0",
"@types/node": "^20.17.11",
"@types/react": "^19.0.2",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}