This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.51 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
{
"name": "react-foaas-card",
"version": "0.1.3",
"description": "The most offensive of react components",
"main": "./build/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "webpack",
"create-docs": "npm run docz:build",
"docz:dev": "docz dev",
"docz:build": "docz build",
"lint": "eslint .",
"test": "jest"
},
"keywords": [
"react",
"foaas",
"material",
"material-ui",
"card"
],
"author": "Caleb Lemoine",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"webpack": "^4.44.1"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"docz": "^1.3.2",
"docz-theme-default": "^1.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"jest": "^24.9.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack-cli": "^3.3.12"
}
}