cesium-plot-js/package.json
2023-08-08 15:41:52 +08:00

21 lines
531 B
JSON

{
"name": "cesium-plot",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}