forked from styleguidist/react-docgen-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 890 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
{
"name": "react-docgen-typescript",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepublish": "tsc -d",
"test": "tsc && mocha ./lib/**/__tests__/**.js",
"example": "tsc && styleguidist server --config ./examples/react-styleguidist-example/styleguide.config.js"
},
"author": "pvasek",
"license": "MIT",
"dependencies": {
"typescript": "^2.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.42",
"@types/react": "^0.14.38",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.4",
"chai": "^3.5.0",
"file-loader": "^0.9.0",
"mocha": "^3.1.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-styleguidist": "^3.1.1",
"ts-loader": "^0.8.2"
},
"files": [
"lib",
"README.md"
]
}