www/package.json
Xe Iaso 140c7502b2
All checks were successful
Tests / Build and deploy (push) Successful in 21s
Gitea Actions CI / Build and deploy (push) Successful in 1m16s
fix
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-01-12 12:58:51 -05:00

54 lines
1.6 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",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.14",
"@tabler/icons-react": "^3.17.0",
"@types/mdx": "^2.0.13",
"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",
"sharp": "^0.33.5"
},
"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",
"@parcel/watcher-linux-x64-glibc": "^2.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^20.16.10",
"@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"
}
}