40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "www",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "concurrently \"content-collections watch\" \"next dev\"",
|
|
"build": "content-collections build && next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"deploy": "earthly --push +run && kubectl apply -k manifest && kubectl rollout restart -n default deployment/techaro-lol"
|
|
},
|
|
"dependencies": {
|
|
"@arcjet/next": "^1.0.0-alpha.26",
|
|
"@tabler/icons-react": "^3.17.0",
|
|
"date-fns": "^4.1.0",
|
|
"feed": "^4.2.2",
|
|
"lucide-react": "^0.399.0",
|
|
"next": "^14.2.11",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@content-collections/cli": "^0.1.4",
|
|
"@content-collections/core": "^0.7.1",
|
|
"@content-collections/mdx": "^0.1.5",
|
|
"@content-collections/next": "^0.2.2",
|
|
"@flydotio/dockerfile": "^0.5.7",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"concurrently": "^9.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^14.2.9",
|
|
"husky": "^9.1.6",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|