forked from HyperviewHQ/angular2gridster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.89 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.89 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
{
"name": "@raphyyy/angular2gridster",
"version": "15.0.4",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build angular2gridster --configuration production",
"test": "ng test",
"lint": "ng lint",
"eslint": "eslint ./src/app --ext .ts",
"depcheck": "depcheck --skip-missing=true",
"e2e": "ng e2e",
"release-rc": "standard-version --prerelease rc",
"release-major": "standard-version -r major",
"release-minor": "standard-version -r minor",
"release-fix": "standard-version -r patch",
"release-dry": "standard-version --dry-run -r patch",
"publish-lib": "npm run build && node ./updatePackageJson.js && cp -rf ./README.md ./dist/angular2gridster && cd ./dist/angular2gridster && npm publish --access public",
"update-demo": "npm run build && ng build --configuration production --base-href /angular2gridster/ && gh-pages -d dist/gridster-demo"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Raphyyy/angular2gridster.git"
},
"keywords": [
"gridster",
"grid",
"gridLayout",
"angular",
"dashboard",
"ngx",
"drag&drop",
"widgets"
],
"bugs": {
"url": "https://github.com/Raphyyy/angular2gridster/issues"
},
"homepage": "https://github.com/Raphyyy/angular2gridster#readme",
"dependencies": {
"@angular/animations": "^15.0.4",
"@angular/common": "^15.0.4",
"@angular/compiler": "^15.0.4",
"@angular/core": "^15.0.4",
"@angular/forms": "^15.0.4",
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"rxjs": "^7.5.6",
"tslib": "^2.3.1",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.4",
"@angular-devkit/core": "^15.0.4",
"@angular-eslint/builder": "^14.4.0",
"@angular-eslint/eslint-plugin": "^14.4.0",
"@angular-eslint/eslint-plugin-template": "^14.4.0",
"@angular-eslint/schematics": "^14.4.0",
"@angular-eslint/template-parser": "^14.4.0",
"@angular/cli": "^15.0.4",
"@angular/compiler-cli": "^15.0.4",
"@angular/language-service": "^15.0.4",
"@types/jasmine": "^4.3.0",
"@types/jasminewd2": "~2.0.5",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"edit-json-file": "^1.1.0",
"eslint": "^8.23.1",
"gh-pages": "^4.0.0",
"ng-packagr": "^15.0.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"eslint-plugin-sonarjs": "^0.15.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0"
},
"description": "[](https://badge.fury.io/js/angular2gridster)",
"main": "updatePackageJson.js"
}