-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.9 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
{
"name": "hsl-map-publisher-ui",
"version": "0.1.0",
"private": true,
"license": "MIT",
"homepage": "./",
"dependencies": {
"@material-ui/core": "^4.11.0",
"apollo-link": "^1.2.2",
"apollo-link-http": "^1.5.4",
"cypress": "^3.8.2",
"cypress-commands": "^1.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"history": "^4.9.0",
"lodash": "^4.17.10",
"material-ui": "^0.20.2",
"mobx": "^4",
"mobx-react": "^5.2.3",
"moment": "^2.22.2",
"prop-types": "^15.6.1",
"react": "^16.4.2",
"react-app-rewire-hot-loader": "^1.0.1",
"react-dom": "^16.4.2",
"react-dropzone": "^4.3.0",
"react-hot-loader": "^4.3.3",
"react-resizable": "^1.7.5",
"react-scripts": "^1.1.4",
"react-select": "^5.2.2",
"react-slidedown": "^1.3.0",
"react-test-renderer": "^16.12.0",
"react-virtualized": "^9.19.1",
"serve": "^11.1.0",
"styled-components": "^3.3.2"
},
"scripts": {
"start": "react-app-rewired start",
"bundle": "react-app-rewired build",
"build": "yarn lint && CI=true yarn test && yarn bundle",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"lint": "yarn eslint src",
"serve": "serve build",
"prettier": "prettier src/**/* --write",
"cypress": "cypress open"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.9.1",
"jest-fetch-mock": "^3.0.3",
"prettier": "^1.13.5",
"react-app-rewired": "^1.5.2"
}
}