-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.prod.json
40 lines (40 loc) · 1.25 KB
/
package.prod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "cesium-tools-fxt",
"version": "1.1.5",
"description": "cesium工具包",
"type": "module",
"main": "./src/index.ts",
"module": "./src/index.ts",
"files": ["package.json", "README.md", "dist"],
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"tsc": "tsc",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@turf/turf": "^7.0.0",
"@types/geojson": "^7946.0.14",
"cesium": "^1.119.0",
"d3-delaunay": "^6.0.4",
"eslint-config-ts-fxt": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"prettier": "3.3.3",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-dts": "^4.0.3"
}
}