41 lines
1003 B
JSON
41 lines
1003 B
JSON
{
|
|
"name": "jkhsakha-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@puckeditor/core": "^0.21.1",
|
|
"@tabler/icons-react": "^3.36.1",
|
|
"@wordpress/block-serialization-default-parser": "^5.39.0",
|
|
"axios": "^1.13.2",
|
|
"daisyui": "^5.5.14",
|
|
"html-react-parser": "^5.2.17",
|
|
"interweave": "^13.1.1",
|
|
"next": "16.1.3",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.3",
|
|
"interweave-ssr": "^2.0.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
},
|
|
"optionalDependencies": {
|
|
"@duckdb/node-api": "^1.4.3-r.3"
|
|
}
|
|
}
|