26 lines
580 B
JSON
26 lines
580 B
JSON
{
|
|
"name": "plugin-data-analytics",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build && node build-manifest.mjs",
|
|
"dev": "vite build --watch"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.15.1",
|
|
"lucide-react": "^1.8.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.8.0",
|
|
"vite": "^8.0.4"
|
|
}
|
|
}
|