You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
613 B
JSON

{
"name": "one-com-viz",
"version": "1.0.0",
"author": "Ayush Mukherjee <me@ayushm.com>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.1",
"chart.js": "^3.2.1",
"lodash": "^4.17.21",
"react": "^17.0.0",
"react-chartjs-2": "^3.0.3",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.2",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.15",
"tailwindcss": "^2.1.4",
"vite": "^2.3.3"
}
}