-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 964 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
{
"name": "react-docgen-external-proptypes-handler",
"version": "2.0.0",
"description": "evaluate variables from external files for react-docgen",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/siddharthkp/react-docgen-external-proptypes-handler.git"
},
"engines": {
"node": ">= 6.2.0"
},
"keywords": [],
"author": "siddharthkp",
"license": "MIT",
"bugs": {
"url": "https://github.com/siddharthkp/react-docgen-external-proptypes-handler/issues"
},
"homepage": "https://github.com/siddharthkp/react-docgen-external-proptypes-handler#readme",
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2",
"react-docgen": "^4.1.1"
},
"dependencies": {
"recast": "^0.17.3"
},
"peerDependencies": {
"react-docgen": ">=3.0.0-0 <=5.0.0"
}
}