forked from visjs/ngx-vis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 6.21 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 6.21 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "ngx-vis",
"version": "2.1.0",
"main": "ngx-vis",
"types": "ngx-vis.d.ts",
"description": "Angular x components for using vis.js",
"scripts": {
"flow.compile": "npm run flow.compile:common && npm run flow.compile:system && npm run flow.extract-metadata",
"flow.compile:tsc": "tsc -p tsconfig.publish.json",
"flow.compile:common": "npm run flow.compile:tsc",
"flow.compile:system": "node ./.config/bundle-system.js",
"flow.copy:src": "cpy ngx-vis.ts \"components/*.ts\" ts --parents",
"flow.clean": "rimraf bundles coverage dist demo-build \"components/**/*.+(metadata.json|js|d.ts|js.map)\" dist \"ngx-vis.+(js|d.ts|js.map)\"",
"flow.eslint": "eslint --ignore-path .gitignore --ext js --fix . .config",
"flow.extract-metadata": "ngc -p tsconfig.publish.json",
"flow.tslint": "tslint --project tsconfig.json --exclude **/*.d.ts",
"flow.lint": "npm run flow.eslint && npm run flow.tslint",
"flow.build:prod": "cross-env NODE_ENV=production webpack --config .config/webpack.prod.js --progress --color",
"flow.build:github-pages": "cross-env NODE_ENV=production webpack --config .config/webpack.github.js --progress --color",
"flow.build:dev": "webpack --progress --color",
"flow.serve:dev": "webpack-dev-server --hot --inline --colors",
"flow.serve:prod": "cross-env NODE_ENV=production webpack-dev-server --config .config/webpack.prod.js --hot --inline --colors",
"serve": "npm run flow.serve:dev",
"preclean": "npm i",
"clean": "npm run flow.clean",
"check": "check-audit --ignoreLow",
"build": "npm run flow.compile",
"build:demo": "rm -rf docs/* && npm run flow.build:prod",
"build:docs": "rm -rf docs/* && npm run flow.build:github-pages",
"pretest": "npm run flow.lint",
"test": "karma start --browsers=ChromeHeadless",
"test:watch": "cross-env NODE_ENV=test karma start --auto-watch --no-single-run",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:add": "git add CHANGELOG.md && git commit -m 'chore(changelog): Updated CHANGELOG.md'",
"release:pre": "npm run clean && npm run build && npm run test",
"release:post": "npm run changelog && npm run changelog:add",
"release:major": "npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm run version-and-push",
"release:minor": "npm run release:pre && npm version minor && npm run release:post && git push origin && git push origin --tags && npm run version-and-push",
"release:patch": "npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm run version-and-push",
"version-and-push": "git push origin && git push origin --tags && npm run publish-and-merge",
"publish-and-merge": "git checkout master && git merge develop && git push && git checkout develop && npm publish",
"prepublish": "npm run build"
},
"dependencies": {
"vis": "4.21.0",
"@types/vis": "4.21.9"
},
"peerDependencies": {
"@angular/common": ">=5.0.0 || >=6.0.0 || >=7.0.0",
"@angular/core": ">=5.0.0 || >=6.0.0 || >=7.0.0",
"@angular/compiler": ">=5.0.0 || >=6.0.0 || >=7.0.0"
},
"devDependencies": {
"@angular/animations": "7.0.0",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "^7.2.6",
"@angular/core": "7.0.0",
"@angular/forms": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@angular/platform-server": "7.0.0",
"@angular/router": "7.0.0",
"@types/jasmine": "^3.3.1",
"@types/node": "11.10.6",
"@types/webpack": "^4.4.25",
"ajv": "6.10.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^5.2.1",
"codecov": "^3.1.0",
"conventional-changelog-cli": "^2.0.12",
"copy-webpack-plugin": "^5.0.0",
"cpy-cli": "^2.0.0",
"cross-env": "^5.1.1",
"css-loader": "^2.0.0",
"es6-promise": "^4.1.0",
"es6-shim": "^0.35.3",
"eslint": "^5.14.1",
"file-loader": "^3.0.0",
"gitignore-to-glob": "^0.3.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "^3.3.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"mini-css-extract-plugin": "^0.5.0",
"npm-audit-resolver": "^1.4.0",
"null-loader": "^0.1.1",
"pre-commit": "^1.2.2",
"puppeteer": "1.13.0",
"raw-loader": "^1.0.0",
"reflect-metadata": "^0.1.10",
"require-dir": "^1.2.0",
"rimraf": "^2.6.1",
"rxjs": "^6.0.0",
"rxjs-compat": "^6.0.0",
"source-map-loader": "^0.2.0",
"style-loader": "^0.21.0",
"systemjs-builder": "^0.16.13",
"to-string-loader": "^1.1.5",
"ts-helpers": "^1.1.2",
"tslint": "^5.8.0",
"tslint-loader": "^3.4.3",
"typescript": "3.1.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.1.0",
"zone.js": "0.8.26"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypery2k/ngx-vis.git"
},
"keywords": [
"angular2",
"ng2",
"vis",
"angular2-vis",
"ngx-vis",
"ngx-vis"
],
"author": "Paul Hindenberg <contact.hindenberg@gmail.com> (https://github.com/hypery2k)",
"license": "MIT",
"contributors": [
"Severin Friede <seveves>",
"Martin Reinhardt <hypery2k>"
],
"bugs": {
"url": "https://github.com/hypery2k/ngx-vis/issues"
},
"homepage": "https://github.com/hypery2k/ngx-vis#readme"
}