mirror of
https://github.com/Zippland/worth-calculator.git
synced 2026-02-04 00:57:23 +08:00
28 lines
606 B
JSON
28 lines
606 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": {
|
|
"lucide-react": "^0.454.0",
|
|
"next": "15.0.2",
|
|
"react": "19.0.0-rc-02c0e824-20241028",
|
|
"react-dom": "19.0.0-rc-02c0e824-20241028"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.2",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|