Files
smail/apps/next/package.json
2024-01-16 22:59:25 +08:00

35 lines
833 B
JSON

{
"name": "next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@marsidev/react-turnstile": "^0.4.1",
"@scaleway/random-name": "^4.0.2",
"@tanstack/react-query": "^5.17.10",
"database": "workspace:^",
"date-fns": "^3.2.0",
"icons": "workspace:^",
"next": "14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}