forked from janarosmonaliev/github-globe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 816 Bytes
/
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
{
"name": "pandemic-globe",
"version": "0.0.2",
"description": "Pandemic information projected on a globe map",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config=webpack.prod.js",
"build-dev": "webpack --config=webpack.dev.js",
"start": "webpack serve webpack-dev-server --open --config=webpack.dev.js"
},
"keywords": [
"pandemic",
"covid",
"3d",
"threejs"
],
"author": "Zhanarbek Osmonaliev",
"license": "ISC",
"dependencies": {
"three": "^0.128.0",
"three-globe": "^2.18.8",
"three-glow-mesh": "^0.1.2"
},
"devDependencies": {
"file-loader": "^6.2.0",
"json-loader": "^0.5.7",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
}
}