-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.52 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"author": "Luca Zampetti <lzampetti@gmail.com>",
"name": "rxcomp-router",
"description": "Reactive RouterModule for RxComp component library",
"version": "1.0.0-beta.19",
"browser": "dist/umd/rxcomp-router.js",
"main": "dist/cjs/rxcomp-router.js",
"types": "dist/cjs/rxcomp-router.d.ts",
"es2015": "dist/esm/rxcomp-router.js",
"files": [
"dist/",
"!.DS_Store"
],
"license": "MIT",
"keywords": [
"rxcomp",
"framework",
"router",
"rxjs",
"es6",
"es2015"
],
"repository": {
"type": "git",
"url": "git://github.com/actarian/rxcomp-router.git"
},
"bugs": {
"url": "https://github.com/actarian/rxcomp-router/issues"
},
"homepage": "https://github.com/actarian/rxcomp-router",
"scripts": {
"start": "gulp",
"build": "gulp build --target dist",
"docs": "typedoc --options typedoc.json",
"docs2": "typedoc --out docs/documentation src/rxcomp-router.ts --mode modules --theme default --includeDeclarations --excludeExternals --excludePrivate --excludeNotExported",
"serve": "node web/server/index.js"
},
"dependencies": {
"rxcomp": "1.0.0-beta.19",
"rxjs": "6.6.2",
"tslib": "2.0.1"
},
"devDependencies": {
"@types/node": "14.6.4",
"body-parser": "1.19.0",
"cross-fetch": "3.0.5",
"events": "3.2.0",
"express-graphql": "0.11.0",
"express": "4.17.1",
"graphql": "15.3.0",
"gsap": "3.5.1",
"gulpfile-config": "1.0.0-alpha.14",
"https": "1.0.0",
"typedoc": "0.19.0",
"typescript": "4.0.2"
}
}