-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "cat-ng-grid",
"version": "2.1.9",
"license": "MIT",
"angular-cli": {},
"main": "index.js",
"scripts": {
"cleanbuild": "npm run clean && npm run build",
"clean": "del-cli npm/**/* !npm/package.json",
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs npm/bundles/cat-grid.umd.js --screw-ie8 --compress --mangle --comments --output npm/bundles/cat-grid.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify",
"packagr": "ng-packagr -p ng-package.json"
},
"dependencies": {
"@angular/common": "~8.1.1",
"@angular/compiler": "^8.1.1",
"@angular/core": "~8.1.1",
"@angular/http": "^7.2.15",
"angular2-uuid": "^1.1.0",
"core-js": "^2.4.1",
"dragula": "^3.7.2",
"ng-packagr": "^1.2.0",
"ng2-dragula": "^1.2.1",
"rxjs": "^6.5.2",
"ts-helpers": "^1.1.1",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular/cli": "^8.1.1",
"@angular/compiler-cli": "^8.1.1",
"@types/jasmine": "^3.3.13",
"@types/node": "10.12.18",
"codelyzer": "1.0.0-beta.1",
"del-cli": "^1.1.0",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"karma": "4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^2.0.1",
"karma-remap-istanbul": "^0.6.0",
"protractor": "5.4.2",
"rollup": "^1.17.0",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "3.4.5",
"uglify-js": "^3.6.0",
"webdriver-manager": "10.2.5"
}
}