Files
darkwave/package.json

44 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-03-01 06:33:09 +03:00
{
"name": "darkwave",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"gray-matter": "^4.0.3",
"next": "15.2.0",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.30.0",
2025-03-01 06:33:09 +03:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-syntax-highlighter": "^16.1.0",
"rehype-prism-plus": "^2.0.1",
2026-01-20 03:11:12 +03:00
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
2026-01-20 03:11:12 +03:00
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unified": "^11.0.5"
2025-03-01 06:33:09 +03:00
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
2025-03-01 06:33:09 +03:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.0",
"tailwindcss": "^4",
"typescript": "^5"
2025-03-01 06:33:09 +03:00
}
}