25 lines
558 B
JSON
25 lines
558 B
JSON
{
|
|
"name": "agchart-service",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"ag-charts-community": "^13.2.1",
|
|
"ag-charts-react": "^13.2.1",
|
|
"vite": "^7.0.0",
|
|
"typescript": "^5.8.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6"
|
|
}
|
|
}
|