-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.02 KB
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
41
42
43
44
{
"name": "cesium.path",
"private": false,
"version": "0.0.7",
"type": "module",
"main": "dist/CesiumPath.js",
"keywords": [
"cesium",
"path",
"geometry"
],
"author": {
"name": "MrRice",
"email": "1246333567@qq.com"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:dev": "tsc && vite build --mode development",
"build:prod": "tsc && vite build --mode production",
"preview": "vite preview",
"patch": "npm version patch",
"minor": "npm version minor"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.2.0",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.0",
"autolinker": "^4.0.0",
"cesium": "^1.117.0",
"three": "^0.164.1",
"vite-plugin-list-directory-contents": "^1.4.5"
},
"dependencies": {
"cesium": "^1.117.0",
"three": "^0.164.1"
}
}