forked from styleguidist/react-docgen-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 796 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
{
"name": "react-docgen-typescript",
"version": "0.0.1-m01",
"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": "^1.8.10"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"chai": "^3.5.0",
"file-loader": "^0.8.5",
"mocha": "^2.4.5",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-styleguidist": "^2.2.1",
"ts-loader": "^0.8.2",
"typings": "^0.8.1"
},
"files": [
"lib",
"README.md"
]
}