60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "next-pages-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
|
|
},
|
|
"dependencies": {
|
|
"@heroui/button": "^2.2.9",
|
|
"@heroui/card": "^2.2.10",
|
|
"@heroui/code": "2.2.6",
|
|
"@heroui/divider": "^2.2.6",
|
|
"@heroui/image": "^2.2.6",
|
|
"@heroui/input": "2.4.9",
|
|
"@heroui/kbd": "2.2.6",
|
|
"@heroui/link": "^2.2.7",
|
|
"@heroui/listbox": "2.3.9",
|
|
"@heroui/modal": "^2.2.8",
|
|
"@heroui/navbar": "2.2.8",
|
|
"@heroui/snippet": "2.2.10",
|
|
"@heroui/switch": "2.2.8",
|
|
"@heroui/system": "2.4.6",
|
|
"@heroui/theme": "2.4.5",
|
|
"@heroui/tooltip": "^2.2.8",
|
|
"@react-aria/visually-hidden": "3.8.18",
|
|
"clsx": "2.1.1",
|
|
"framer-motion": "11.13.1",
|
|
"intl-messageformat": "^10.5.0",
|
|
"next": "^15.1.5",
|
|
"next-themes": "^0.4.4",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.5.7",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "8.11.0",
|
|
"@typescript-eslint/parser": "8.11.0",
|
|
"autoprefixer": "10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-unused-imports": "4.1.4",
|
|
"postcss": "8.4.49",
|
|
"prettier": "3.3.3",
|
|
"tailwind-variants": "0.1.20",
|
|
"tailwindcss": "3.4.16",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|