-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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": "terrain-shade",
"version": "1.0.0",
"description": "web application for viewing areas of light and shade in a 3D terrain",
"main": "src/index.js",
"scripts": {
"bundle": "webpack --progress --colors --watch",
"start": "webpack-dev-server -d --progress",
"dev": "python2.6 -m SimpleHTTPServer 8080"
},
"author": "@mike_skaug",
"license": "ISC",
"dependencies": {
"chroma-js": "^1.2.1",
"d3-geo": "^1.3.1",
"d3-selection": "^1.0.2",
"d3-tile": "0.0.3",
"d3-zoom": "^1.0.3",
"es6-promise": "^3.2.1",
"moment": "^2.15.1",
"png.js": "^0.2.1",
"react": "^15.3.2",
"react-bootstrap": "^0.30.7",
"react-datetime": "^2.6.0",
"react-dom": "^15.3.2",
"react-geosuggest": "^2.1.0",
"three": "^0.80.1",
"three-trackballcontrols": "0.0.5",
"underscore": "^1.8.3",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"file-loader": "^0.11.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
}
}