This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.95 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
{
"name": "@perchsecurity/perch-components",
"version": "2.2.0",
"description": "React components for cross-application use at Perch Security",
"main": "lib/index.js",
"scripts": {
"lib": "babel src --out-dir lib",
"lint": "prettier --write src/**/*.{js,jsx} && eslint src/**",
"prepare": "npm run lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usePF/perch-components.git"
},
"keywords": [
"perch"
],
"author": "Charles Burgess",
"license": "ISC",
"bugs": {
"url": "https://github.com/usePF/perch-components/issues"
},
"homepage": "https://github.com/usePF/perch-components#readme",
"peerDependencies": {
"@material-ui/core": "^4.3.0",
"@material-ui/styles": "^4.3.0",
"formik": ">=0.11.10",
"prop-types": ">=15.0.0",
"react": ">=16.0.0",
"react-router": ">=4.0.0",
"react-router-dom": ">=4.0.0"
},
"devDependencies": {
"@material-ui/core": "^4.3.0",
"@material-ui/styles": "^4.3.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"formik": "^1.5.1",
"prettier": "^1.16.4",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"react-test-renderer": "^16.8.4"
},
"dependencies": {
"@perchsecurity/perch-data": "^1.2.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"react-lifecycles-compat": "^3.0.2",
"zxcvbn": "^4.4.2"
}
}