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
76 lines (76 loc) · 1.98 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
{
"name": "gulag",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "react-scripts build",
"cz": "git-cz",
"eject": "react-scripts eject",
"lint": "eslint src --ext .js,.jsx",
"precommit": "lint-staged",
"release": "standard-version",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,jsx}": [
"prettier-eslint --write",
"yarn lint --fix",
"git add"
]
},
"devDependencies": {
"commitizen": "2.10.1",
"cz-conventional-changelog": "2.1.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "5.3.0",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.10.0",
"husky": "0.14.3",
"lint-staged": "7.2.0",
"prettier": "1.14.0",
"prettier-eslint": "8.8.2",
"prettier-eslint-cli": "4.7.1",
"react-scripts": "1.1.4",
"react-test-renderer": "16.4.2",
"redux-mock-store": "1.5.3",
"standard-version": "4.4.0"
},
"dependencies": {
"commonmark": "0.28.1",
"create-immutable-selector": "1.0.0",
"debounce": "1.1.0",
"history": "4.7.2",
"image-compressor.js": "1.0.0",
"immutable": "4.0.0-rc.9",
"mapbox-gl": "0.44.2",
"moment": "2.22.0",
"normalize.css": "8.0.0",
"prop-types": "15.6.1",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-dropzone": "4.1.2",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"react-select": "1.2.1",
"react-text-mask": "5.3.0",
"redux": "3.7.2",
"redux-immutable": "4.0.0",
"redux-logger": "3.0.6",
"redux-saga": "0.16.0",
"reselect": "3.0.1",
"styled-components": "3.2.5"
},
"homepage": "/admin",
"proxy": "https://gulag.urbica.co"
}