nonszy-space/package.json
2025-02-18 11:06:22 +07:00

31 lines
626 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": {
"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"
}
}