-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.07 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.07 KB
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
{
"name": "hsl-map-publisher-ui",
"version": "1.2.0",
"private": true,
"license": "AGPL-3.0-only",
"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.21",
"material-ui": "^0.20.2",
"mobx": "^4",
"mobx-react": "^5.2.3",
"moment": "^2.29.4",
"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": "^3.4.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/core": "^7.29.0",
"@babel/plugin-proposal-decorators": "^7.29.0",
"babel-eslint": "10.1.0",
"customize-cra": "^1.0.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "^1.13.5",
"react-app-rewired": "^2.0.0"
},
"resolutions": {
"sha.js": "2.4.12",
"cipher-base": "1.0.6",
"pbkdf2": "3.1.3",
"minimist": "1.2.8",
"json-schema": "0.4.0",
"eventsource": "1.1.2",
"form-data": "2.5.4",
"loader-utils": "1.4.2",
"minimatch": "3.1.2",
"jest": "24.9.0",
"babel-jest": "24.9.0",
"shell-quote": "1.7.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}