31 lines
729 B
JSON
31 lines
729 B
JSON
{
|
|
"name": "23.09.2024-cpl-v4",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"postbuild": "cp LICENSE_ICONIFY.txt out/LICENSE_ICONIFY.txt",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.1.0",
|
|
"@iconify-icons/ri": "^1.2.10",
|
|
"@iconify/json": "^2.2.253",
|
|
"@iconify/react": "^5.0.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"chart.js": "^4.4.5",
|
|
"next": "14.2.13",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-modal": "^3.16.1",
|
|
"react-spinners": "^0.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.12"
|
|
}
|
|
}
|