Files
CPLv4.0/package.json
2024-09-23 12:36:54 +02:00

24 lines
472 B
JSON

{
"name": "23.09.2024-cpl-v4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"autoprefixer": "^10.4.20",
"bootstrap-icons": "^1.11.3",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
}
}