mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"name": "interface-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.1.6",
|
|
"bootstrap": "^5.2.3",
|
|
"chart.js": "^4.2.0",
|
|
"date-fns": "^2.29.3",
|
|
"eslint": "8.33.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"next": "13.1.6",
|
|
"react": "18.2.0",
|
|
"react-bootstrap": "^2.7.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.7.1"
|
|
}
|
|
}
|