1
0
Fork 0
This repository has been archived on 2023-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-galaxy-political-.../package.json

33 lines
801 B
JSON
Raw Normal View History

2023-05-31 22:10:59 +00:00
{
"name": "chellaris-polit-compass",
"version": "0.1.0",
"private": true,
"scripts": {
2023-05-31 22:12:23 +00:00
"dev": "next dev -p 8003",
2023-05-31 22:10:59 +00:00
"build": "next build",
2023-05-31 22:12:23 +00:00
"start": "next start -p 8003",
2023-05-31 22:10:59 +00:00
"lint": "next lint"
},
"dependencies": {
2023-06-01 16:55:15 +00:00
"@nextui-org/react": "^1.0.0-beta.13",
2023-05-31 22:10:59 +00:00
"@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",
2023-06-01 23:06:15 +00:00
"chartjs-plugin-datalabels": "^2.2.0",
2023-06-01 23:41:58 +00:00
"encoding": "^0.1.13",
2023-05-31 22:10:59 +00:00
"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"
}
}