forked from Sberbank-Technology/ufs-react-doc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.31 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.31 KB
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
{
"name": "ufs-react-doc",
"version": "1.0.0",
"description": "React props generator for TypeScript projects",
"main": "lib/index.js",
"bin": "lib/bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc",
"start": "tsc && node lib/index.js"
},
"repository": {
"type": "git",
"url": "ssh://git@10.21.25.60:8878/ufsfw/react-ts-doc.git"
},
"keywords": [
"react",
"props",
"typescript",
"ts",
"generator"
],
"author": "Sberbank",
"license": "Apache-2.0",
"dependencies": {
"@types/react": "15.0.13",
"@types/react-bootstrap": "0.0.45",
"body-parser": "1.16.0",
"bootstrap": "3.3.7",
"cookie-parser": "1.4.3",
"debug": "2.6.0",
"express": "4.14.1",
"express-react-views": "0.10.2",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mkpath": "^1.0.0",
"morgan": "1.7.0",
"react": "15.4.2",
"react-bootstrap": "0.30.7",
"react-dom": "15.4.2",
"serve-favicon": "2.3.2",
"tarball-extract": "0.0.3",
"typedoc": "0.5.5"
},
"devDependencies": {
"@types/express": "4.0.35",
"@types/mkdirp": "^0.3.29",
"@types/node": "^7.0.5",
"@types/request": "0.0.39",
"@types/react": "15.0.6",
"@types/react-dom": "0.14.22",
"typescript": "~2.2.0"
}
}