www/package.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2024-07-01 10:28:41 -04:00
{
"name": "www",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"content-collections watch\" \"next dev\"",
"build": "content-collections build && next build",
2024-07-01 10:28:41 -04:00
"start": "next start",
"lint": "next lint",
"deploy": "earthly --push +run && kubectl apply -k manifest && kubectl rollout restart -n default deployment/techaro-lol",
"test": "content-collections build && jest"
2024-07-01 10:28:41 -04:00
},
"dependencies": {
2024-09-19 10:34:30 -04:00
"@arcjet/next": "^1.0.0-alpha.26",
"@tabler/icons-react": "^3.17.0",
"date-fns": "^4.1.0",
"feed": "^4.2.2",
2024-07-01 11:11:56 -04:00
"lucide-react": "^0.399.0",
2024-09-19 10:34:30 -04:00
"next": "^14.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5"
2024-07-01 10:28:41 -04:00
},
"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",
2024-07-01 11:11:56 -04:00
"@flydotio/dockerfile": "^0.5.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
2024-07-01 10:28:41 -04:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^9.0.1",
2024-07-01 11:11:56 -04:00
"eslint": "^8",
"eslint-config-next": "^14.2.9",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
2024-07-01 10:28:41 -04:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
2024-07-01 11:11:56 -04:00
"typescript": "^5"
2024-07-01 10:28:41 -04:00
}
}