-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
167 lines (167 loc) · 6.11 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "ngx-vis",
"version": "4.0.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.extract-metadata",
"flow.compile:tsc": "tsc -p tsconfig.publish.json",
"flow.compile:common": "npm run flow.compile:tsc",
"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": "ng-packagr -p ng-package.json",
"flow.tslint": "tslint --project tsconfig.json --fix",
"flow.lint": "npm run flow.eslint && npm run flow.tslint",
"flow.build:demo": "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:demo-dev": "webpack --progress --color",
"flow.serve:demo-dev": "webpack-dev-server --hot --inline --colors",
"flow.serve:demo-prod": "cross-env NODE_ENV=production webpack-dev-server --config .config/webpack.prod.js --hot --inline --colors",
"start": "npm run flow.serve:demo-dev",
"clean": "npm run flow.clean",
"check": "check-audit --ignoreLow",
"build": "npm run build:lib",
"build:all": "npm run build:lib && npm run build:demo && npm run build:docs",
"build:lib": "npm run flow.compile",
"build:demo": "rm -rf docs/* && npm run flow.build:demo",
"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 --no-verify -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",
"prepare": "husky install && npm run build"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm test"
}
},
"dependencies": {
"vis-network": "~9.1.7",
"vis-timeline": "~7.7.0"
},
"peerDependencies": {
"@egjs/hammerjs": "^2.0.0",
"keycharm": "^0.3.0 || ^0.4.0",
"moment": "^2.24.0",
"propagating-hammerjs": "^1.4.0",
"timsort": "^0.3.0",
"uuid": "^7.0.0 || ^9.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.12",
"@angular-devkit/build-webpack": "^0.1600.1",
"@angular-devkit/schematics": "^16.2.12",
"@angular/animations": "16.2.12",
"@angular/cli": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/platform-server": "^16.2.12",
"@angular/router": "^16.2.12",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@egjs/hammerjs": "^2.0.17",
"@ngtools/webpack": "^16.0.2",
"@types/jasmine": "^5.0.0",
"@types/node": "^20.2.1",
"@types/webpack": "^5.28.1",
"ajv": "^8.12.0",
"codecov": "^3.8.3",
"codelyzer": "^6.0.2",
"conventional-changelog-cli": "^5.0.0",
"copy-webpack-plugin": "^12.0.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.0",
"css-loader": "^7.0.0",
"es6-promise": "^4.1.0",
"es6-shim": "^0.35.3",
"eslint": "^8.40.0",
"file-loader": "^6.0.0",
"gitignore-to-glob": "^0.3.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.1",
"husky": "^9.0.0",
"jasmine-core": "^5.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"keycharm": "^0.4.0",
"mini-css-extract-plugin": "^2.7.6",
"moment": "^2.30.1",
"ng-packagr": "^16.2.3",
"npm-audit-resolver": "^2.2.0",
"null-loader": "^4.0.1",
"opencollective": "^1.0.3",
"propagating-hammerjs": "^1.4.0",
"puppeteer": "^22.0.0",
"raw-loader": "^4.0.0",
"reflect-metadata": "^0.2.0",
"require-dir": "^1.2.0",
"rimraf": "^5.0.0",
"rollup": "^4.0.0",
"rxjs": "^7.5.5",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"systemjs-builder": "^0.16.13",
"timsort": "^0.3.0",
"to-string-loader": "^1.2.0",
"ts-helpers": "^1.1.2",
"ts-loader": "^9.4.2",
"tslib": "^2.4.0",
"tslint": "^6.0.0",
"tslint-loader": "^3.5.4",
"typescript": "^5.0.2",
"uuid": "^9.0.0",
"vis-data": "^7.1.0",
"vis-util": "~5.0.1",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack-merge": "^6.0.0",
"zone.js": "~0.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visjs/ngx-vis.git"
},
"keywords": [
"angular2",
"ng2",
"vis",
"angular2-vis",
"ngx-vis",
"ngx-vis"
],
"author": "Martin Reinhardt <hypery2k>",
"license": "MIT",
"contributors": [
"Paul Hindenberg <contact.hindenberg@gmail.com>",
"Severin Friede <seveves>",
"Martin Reinhardt <hypery2k>"
],
"bugs": {
"url": "https://github.com/visjs/ngx-vis/issues"
},
"homepage": "https://github.com/visjs/ngx-vis#readme"
}