This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.81 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
{
"name": "vault-ui",
"version": "1.0.0",
"description": "a free vault ui",
"main": "index.js",
"private": true,
"license": "GPLv3",
"repository": {
"url": "git@github.com:alanraison/vault-ui.git",
"type": "git"
},
"author": "Alan Raison <alan.raison@users.sourceforge.net>",
"proxy": "http://localhost:8200",
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "9.0.0",
"babel-preset-flow": "6.23.0",
"coveralls": "3.0.3",
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.9.0",
"eslint": "5.6.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.0",
"flow-bin": "0.89.0",
"flow-typed": "2.5.1",
"jest-environment-enzyme": "7.0.1",
"jest-enzyme": "7.0.1",
"jest-fetch-mock": "2.1.1",
"jsdoc": "3.5.5",
"uuid": "3.3.2"
},
"ignore": {
"react-test-renderer": "^16.0.0-0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow"
},
"dependencies": {
"@material-ui/core": "3.7.1",
"@material-ui/icons": "3.0.1",
"classnames": "2.2.6",
"prop-types": "15.6.2",
"react": "16.8.0",
"react-dom": "16.8.0",
"react-redux": "6.0.0",
"react-scripts": "2.1.1",
"redux": "4.0.0",
"redux-first-router": "2.1.1",
"redux-first-router-link": "2.1.1",
"redux-logger": "3.0.6",
"redux-saga": "0.16.2"
},
"jest": {
"coverageReporters": [
"text-summary",
"lcov"
]
},
"peerDependencies": {
"jest": "^23.5.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}