conviction-voting-demo/package.json

31 lines
650 B
JSON

{
"name": "conviction-voting-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"framer-motion": "^12.23.26",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}