-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "cb-mapui",
"dependencies": {
"axios": "^1.6.0",
"buffer": "^6.0.3",
"csv-parser": "^3.0.0",
"events": "^3.3.0",
"http": "^0.0.1-security",
"jquery": "^3.7.1",
"json-formatter-js": "^2.3.4",
"ol": "^8.1.0",
"parcel": "^2.10.1",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"sweetalert2": "^11.4.14",
"url": "^0.11.0"
},
"devDependencies": {
"https-browserify": "^1.0.0",
"util": "^0.12.5"
},
"scripts": {
"start": "parcel -p 1324 --host 0.0.0.0 index.html",
"build": "echo 'Removing temporal cache files' && rm -rf dist/* .parcel-cache/* && mkdir -p dist/img/ && cp -r img/ dist/ && cp redoc-swagger.html dist/ && cp swagger.html dist/ && parcel build --public-url . index.html"
},
"description": "MapUI Client for CB-Tumblebug (display multi-cloud infra service)",
"repository": {
"type": "git",
"url": "git+https://github.com/cloud-barista/cb-mapui.git"
},
"keywords": [
"cb-mapui"
],
"author": "Cloud-Barista",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cloud-barista/cb-mapui/issues"
},
"homepage": "https://github.com/cloud-barista/cb-mapui#readme"
}