-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "globe",
"version": "1.0.0",
"private": true,
"description": "Experiment with WebGL",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomra-digital/globe.git"
},
"keywords": [
"tomra",
"webgl"
],
"author": "Tomra",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/tomra-digital/globe/issues"
},
"homepage": "https://github.com/tomra-digital/globe#readme",
"devDependencies": {
"@webpack-cli/init": "^0.2.2",
"autoprefixer": "^9.6.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"cesium": "^1.62.0"
}
}