mirror of
https://github.com/Zippland/worth-calculator.git
synced 2026-01-19 01:21:03 +08:00
35 lines
860 B
JSON
35 lines
860 B
JSON
{
|
|
"name": "worth-calculator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@notionhq/client": "^2.3.0",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"html-to-image": "^1.11.13",
|
|
"html2canvas": "^1.4.1",
|
|
"lucide-react": "^0.454.0",
|
|
"next": "15.0.2",
|
|
"qrcode": "^1.5.4",
|
|
"react": "19.0.0-rc-02c0e824-20241028",
|
|
"react-dom": "19.0.0-rc-02c0e824-20241028"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"babel-plugin-react-compiler": "^19.0.0-beta-e993439-20250328",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.2",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|