This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.18 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "exposition",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"cz": "git-cz",
"lint": "eslint src --ext .js,.jsx",
"release": "standard-version"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx}": [
"prettier-eslint --write",
"npm run lint --fix",
"git add"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"babel-eslint": "10.0.1",
"commitizen": "3.0.4",
"cz-conventional-changelog": "2.1.0",
"eslint": "5.8.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"husky": "1.1.2",
"lint-staged": "7.3.0",
"prettier": "1.14.3",
"prettier-eslint": "8.8.2",
"prettier-eslint-cli": "4.7.1",
"react-scripts": "1.1.5",
"standard-version": "4.4.0"
},
"dependencies": {
"@gulag/ui-kit": "git+ssh://[email protected]:2222/gulag/ui-kit.git#v1.0.2",
"@urbica/react-map-gl": "0.6.0-beta.18",
"commonmark": "0.28.1",
"create-immutable-selector": "1.0.0",
"d3-array": "1.2.4",
"d3-axis": "1.0.12",
"d3-scale": "2.1.2",
"d3-selection": "1.3.2",
"d3-time": "1.0.10",
"history": "4.7.2",
"immutable": "4.0.0-rc.12",
"mapbox-gl": "0.50.0",
"normalize.css": "8.0.0",
"prop-types": "15.6.2",
"react": "16.6.0",
"react-dom": "16.6.0",
"react-intl": "2.7.2",
"react-intl-redux": "2.0.2",
"redux-logger": "3.0.6",
"react-redux": "5.1.0",
"react-router-dom": "4.3.1",
"react-router-redux": "5.0.0-alpha.9",
"react-transition-group": "2.5.0",
"recompose": "0.30.0",
"redux": "4.0.1",
"redux-immutable": "4.0.0",
"redux-saga": "0.16.2",
"reselect": "3.0.1",
"styled-components": "3.4.9",
"styled-transition-group": "1.0.0"
},
"homepage": "/exposition",
"proxy": "https://gulag.urbica.co"
}