-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 737 Bytes
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
{
"name": "cesium-context-menu",
"version": "1.0.1",
"description": "cesiumjs context menu",
"main": "./dist/cesiumContextMenu.js",
"files": [
"dist"
],
"author": "ElevenIjusee",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^17.0.17",
"cesium": "^1.90.0",
"css-loader": "^6.6.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"style-loader": "^3.3.1",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@babel/plugin-transform-modules-umd": "^7.16.7",
"html2canvas": "^1.4.1",
"ts-loader": "^9.2.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
}
}