Files
himself65__finance-skills/apps/web/package.json
T
2026-05-16 14:49:03 -07:00

29 lines
611 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"motion": "^12.38.0",
"next": "16.2.6",
"next-view-transitions": "^0.3.5",
"react": "19.2.6",
"react-dom": "19.2.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^25.8.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^10.4.0",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
}
}