www/package.json
Xe Iaso 993254f389
enable testing
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-09-23 09:58:08 -07:00

47 lines
1.4 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",
"test": "content-collections build && jest"
},
"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",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@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",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}