-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 996 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
33
34
35
36
37
{
"name": "react-svg-maps-tutorial",
"version": "1.0.0",
"description": "A basic example of a pure react SVG world map created with react, d3-geo and topojson-client.",
"main": "index.js",
"scripts": {
"start": "node index",
"watch": "webpack --config webpack.config.js --progress --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"author": "Richard Zimerman <[email protected]> (https://github.com/zimrick)",
"license": "MIT",
"dependencies": {
"d3-geo": "1.6.4",
"express": "4.15.2",
"path": "0.12.7",
"react": "15.5.4",
"react-dom": "15.5.4",
"serve-favicon": "2.4.2",
"topojson-client": "3.0.0"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"fiber-css": "0.5.1",
"normalize.css": "6.0.0",
"webpack": "2.4.1"
}
}