www/package.json
Xe Iaso ffd029cdbb incorporate arcjet
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-09-09 23:02:59 -04:00

30 lines
632 B
JSON

{
"name": "www",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@arcjet/next": "^1.0.0-alpha.24",
"lucide-react": "^0.399.0",
"next": "^14.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^14.2.9",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}