trying-scalajs-interop-w-li.../package.json

23 lines
460 B
JSON

{
"name": "chart-integration-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@scala-js/vite-plugin-scalajs": "^1.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"vite": "^4.3.0"
},
"dependencies": {
"chart.js": "^4.3.0"
}
}