nonszy-space/package.json
2025-09-01 11:51:16 +07:00

36 lines
768 B
JSON

{
"name": "nonszy-space",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.4",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"next": "14.2.24",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@iconify/react": "^5.2.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"add": "^2.0.6",
"eslint": "^8",
"eslint-config-next": "14.2.24",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"yarn": "^1.22.22"
}
}