forked from davenquinn/cesium-martini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.88 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
56
57
58
59
{
"name": "@macrostrat/cesium-martini",
"version": "1.2.3",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"dev": "npm run watch & webpack-dev-server examples/simple/index.ts",
"dev:react": "npm run watch & webpack-dev-server examples/react/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/martini": "^0.2.0",
"@types/ndarray": "^1.0.7",
"axios": "^0.21.1",
"cesium": "^1.81.0",
"get-pixels": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@macrostrat/hyper": "^1.2.13",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"babel-loader": "^8.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.19.0",
"css-loader": "^3.5.2",
"dotenv-webpack": "^1.7.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.7",
"resium": "^1.13.1",
"rollup": "^2.39.0",
"rollup-plugin-web-worker-loader": "^1.5.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.1.4",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}