cesium-plot-js/package.json

38 lines
844 B
JSON
Raw Normal View History

2023-08-08 07:41:52 +00:00
{
2024-03-06 08:39:22 +00:00
"name": "cesium-plot-js",
2024-03-15 09:46:49 +00:00
"version": "0.0.4",
2024-03-06 08:39:22 +00:00
"main": "dist/CesiumPlot.umd.js",
2024-03-11 08:33:24 +00:00
"homepage": "https://github.com/ethan-zf/cesium-plot-js",
2024-03-06 08:39:22 +00:00
"repository": {
"type": "git",
2024-03-11 08:33:24 +00:00
"url": "git@github.com:ethan-zf/cesium-plot-js.git"
2024-03-06 08:39:22 +00:00
},
2024-03-06 09:51:03 +00:00
"files": [
"dist/",
"README.md",
"package.json"
],
2024-03-06 08:39:22 +00:00
"keywords": [
2024-03-12 02:06:03 +00:00
"cesium-plot",
"cesium-draw",
2024-03-06 08:39:22 +00:00
"cesium",
"draw",
"plot",
"map"
],
2023-08-08 07:41:52 +00:00
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode prod",
2023-08-08 07:41:52 +00:00
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"typescript": "^5.0.2",
2024-02-22 13:54:59 +00:00
"vite": "^4.4.5",
"cesium": "1.99.0"
2023-08-08 07:41:52 +00:00
}
2024-03-12 02:06:03 +00:00
}