-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.13 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "geogithub",
"version": "0.0.1",
"description": "Shows that this world is global",
"main": "dist/app.js",
"scripts": {
"build:dev": "NODE_ENV=development webpack --progress --config ./etc/webpack/dev.config.babel.js",
"build": "NODE_ENV=production webpack --progress --config ./etc/webpack/prod.config.babel.js",
"start:dev": "NODE_ENV=development webpack-dev-server --config ./etc/webpack/dev.config.babel.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prelint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antipin/geogithub.git"
},
"author": "Alexander I. Antipin <[email protected]>",
"bugs": {
"url": "https://github.com/antipin/geogithub/issues"
},
"homepage": "https://github.com/antipin/geogithub#readme",
"pre-commit": [
"lint"
],
"devDependencies": {
"autoprefixer": "7.1.5",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-labs42": "1.0.4",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "4.1.1",
"css-loader": "0.28.7",
"eslint-config-labs42": "2.2.1",
"eslint-plugin-ava": "4.2.2",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-react": "7.4.0",
"extract-text-webpack-plugin": "3.0.1",
"file-loader": "1.1.5",
"html-webpack-plugin": "2.30.1",
"normalize.css": "7.0.0",
"postcss-custom-properties": "6.2.0",
"postcss-import": "11.0.0",
"postcss-loader": "2.0.8",
"pre-commit": "1.2.2",
"prelint": "1.2.0",
"style-loader": "0.19.0",
"svgo-loader": "1.2.1",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.2"
},
"dependencies": {
"async": "2.5.0",
"d3-ease": "1.0.3",
"d3-scale": "1.0.6",
"d3-timer": "1.0.7",
"eventemitter3": "2.0.3",
"keymirror": "0.1.1",
"lodash": "4.17.4",
"mapbox-gl": "0.41.0",
"parse-link-header": "1.0.1",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-actions": "2.2.1",
"redux-logger": "3.0.6",
"redux-thunk-fsa": "4.0.1"
}
}