This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
55 lines (55 loc) · 1.52 KB
/
package.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "cesium-navigation-es6",
"version": "3.0.1",
"description": "cesium-navigation-es6",
"main": "dist/CesiumNavigation.umd.js",
"module": "dist/CesiumNavigation.js",
"files": [
"dist",
"README.md",
"package.json",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"taobao": "npm install --registry https://registry.npm.taobao.org",
"start": "webpack-dev-server --config ./conf/webpack.config.js",
"build": "webpack --config ./conf/webpack.config.build.js",
"release": "webpack --config ./conf/webpack.config.release.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richard1015/cesium-navigation-es6.git"
},
"dependencies": {
"cesium": "^1.87.1",
"hammerjs": "^2.0.8",
"markdown-it": "^8.4.2",
"markdown-it-sanitizer": "^0.4.3"
},
"keywords": [
"cesium-navigation"
],
"author": "richard",
"license": "ISC",
"bugs": {
"url": "https://github.com/richard1015/cesium-navigation-es6/issues"
},
"homepage": "https://github.com/richard1015/cesium-navigation-es6#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.3.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.3.2",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"mini-css-extract-plugin": "^2.3.0",
"path-browserify": "^1.0.1",
"style-loader": "1.3.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}
}