33 lines
800 B
JSON
33 lines
800 B
JSON
{
|
|
"name": "simo",
|
|
"version": "1.0.0",
|
|
"description": "Simulateur de prêt immobilier - Gratuit et open source",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.2.21",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"chart.js": "^4.4.7",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"lz-string": "^1.5.0",
|
|
"chartjs-plugin-datalabels": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/node": "^20.17.0",
|
|
"@types/lz-string": "^1.5.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"postcss": "^8.4.49",
|
|
"autoprefixer": "^10.4.20",
|
|
"@tailwindcss/forms": "^0.5.10"
|
|
}
|
|
}
|