-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "lookaround-map",
"version": "1.0.0",
"description": "An Apple Look Around viewer running in the browser.",
"type": "module",
"main": "rollup.config.js",
"dependencies": {
"@photo-sphere-viewer/compass-plugin": "^5.7.1",
"@photo-sphere-viewer/core": "^5.7.1",
"@photo-sphere-viewer/markers-plugin": "^5.7.1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"d3-scale-chromatic": "^3.0.0",
"earcut": "^2.2.4",
"fflate": "^0.7.4",
"google-protobuf": "^3.21.2",
"js-base64": "^3.7.5",
"ol": "^8.1.0",
"ol-contextmenu": "^5.3.0",
"ol-ext": "^4.0.11",
"ol-layerswitcher": "^4.1.1",
"pbf": "^3.2.1",
"rollup": "^2.79.0",
"rollup-plugin-import-css": "^3.1.0",
"rollup-plugin-terser": "^7.0.2",
"tiny-debounce": "^0.1.1",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"eslint": "^8.39.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sk-zk/lookaround-map.git"
},
"author": "skzk",
"license": "MIT",
"bugs": {
"url": "https://github.com/sk-zk/lookaround-map/issues"
},
"homepage": "https://github.com/sk-zk/lookaround-map#readme"
}