33 lines
801 B
JSON
33 lines
801 B
JSON
{
|
|
"name": "chellaris-polit-compass",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 8003",
|
|
"build": "next build",
|
|
"start": "next start -p 8003",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/react": "^1.0.0-beta.13",
|
|
"@types/node": "20.2.5",
|
|
"@types/react": "18.2.7",
|
|
"@types/react-dom": "18.2.4",
|
|
"autoprefixer": "10.4.14",
|
|
"chart.js": "^4.3.0",
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
"encoding": "^0.1.13",
|
|
"eslint": "8.41.0",
|
|
"eslint-config-next": "13.4.4",
|
|
"googleapis": "^118.0.0",
|
|
"next": "13.4.4",
|
|
"postcss": "8.4.24",
|
|
"react": "18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "18.2.0",
|
|
"swr": "^2.1.5",
|
|
"tailwindcss": "3.3.2",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|