-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
37 lines (37 loc) · 905 Bytes
/
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
{
"name": "@extract-types/pretty-proptypes",
"version": "1.0.1",
"description": "prettily render prop types from react components",
"repository": "atlassian/extract-react-types",
"main": "dist/pretty-proptypes.cjs.js",
"module": "dist/pretty-proptypes.esm.js",
"keywords": [
"extract-react-types",
"react",
"props",
"documentation"
],
"author": "Ben Conolly",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.4.4",
"@emotion/core": "^10.0.14",
"@extract-types/kind2string": "^0.6.3",
"react-markings": "^1.2.0"
},
"files": [
"dist"
],
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"@extract-types/core": "^0.22.0",
"jsdom": "^11.7.0",
"react": "^16.3.1",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.3.1"
},
"peerDependencies": {
"react": ">=16"
}
}