-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "leaf-map",
"version": "1.0.0",
"description": "Leaf species visualization",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "github:jonshamir/leaf-map"
},
"author": "Jon Shamir",
"license": "UNLICENSED",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-webpack-plugin": "^0.1.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.1",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"img-loader": "^1.3.1",
"node-sass": "^4.14.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.2.1"
},
"dependencies": {
"d3": "^5.4.0",
"d3-tip": "^0.9.1",
"d3-zoom": "^1.7.1",
"normalize.css": "^5.0.0",
"npm": "^6.1.0"
}
}