forked from swimlane/ngx-datatable
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.92 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
{
"name": "@stas-kh/ngx-datatable",
"version": "8.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-pkg": "ng build @stas-kh/ngx-datatable-with-ie-fix && npm run copy-files && npm run build:css",
"copy-files": "cp README.md dist/stas-kh/ngx-datatable-with-ie-fix/README.md && cp LICENSE dist/stas-kh/ngx-datatable-with-ie-fix/LICENSE && cpx \"src/assets/**/*\" \"dist/stas-kh/ngx-datatable-with-ie-fix/assets\" && cpx \"projects/stas-kh/ngx-datatable-with-ie-fix/src/lib/themes/**/*\" \"dist/stas-kh/ngx-datatable-with-ie-fix/themes\"",
"build:css": "scss-bundle && node-sass -o dist/stas-kh/ngx-datatable-with-ie-fix/themes dist/stas-kh/ngx-datatable-with-ie-fix/themes && node-sass -o dist/stas-kh/ngx-datatable-with-ie-fix dist/stas-kh/ngx-datatable-with-ie-fix",
"test": "ng test stas-kh/ngx-datatable",
"test:ci": "ng test stas-kh/ngx-datatable --watch=false --progress=false",
"ci": "concurrently \"npm run lint\" \"npm run test:ci\"",
"lint": "ng lint",
"e2e": "ng e2e",
"prettier": "prettier --write \"**/*.{js,ts,html,scss,css,md,json}\"",
"build-docs": "cross-env NODE_ENV=production ng build --prod --base-href=\"/ngx-datatable/\"",
"predeploy-docs": "npm run build-docs",
"deploy-docs": "angular-cli-ghpages --dir ./dist/ngx-datatable",
"publish2": "npm publish dist/stas-kh/ngx-datatable-with-ie-fix"
},
"dependencies": {
"@angular/animations": "~8.2.3",
"@angular/common": "~8.2.3",
"@angular/compiler": "~8.2.3",
"@angular/core": "~8.2.3",
"@angular/forms": "~8.2.3",
"@angular/platform-browser": "~8.2.3",
"@angular/platform-browser-dynamic": "~8.2.3",
"@angular/router": "~8.2.3",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.0",
"@angular-devkit/build-ng-packagr": "~0.803.0",
"@angular/cli": "~8.3.0",
"@angular/compiler-cli": "~8.2.3",
"@angular/language-service": "~8.2.3",
"@swimlane/prettier-config-swimlane": "^2.0.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"angular-cli-ghpages": "^0.6.0",
"codelyzer": "^5.0.0",
"concurrently": "^4.1.2",
"cpx": "^1.5.0",
"cross-env": "^5.2.1",
"jasmine": "^3.4.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^5.4.0",
"node-sass": "^4.12.0",
"prettier": "^1.17.0",
"protractor": "~5.4.0",
"scss-bundle": "^3.0.1",
"ts-node": "~7.0.0",
"tsickle": "^0.36.0",
"tslint": "~5.15.0",
"tslint-config-prettier": "^1.17.0",
"tslint-config-security": "^1.16.0",
"tslint-config-swimlane": "^4.0.0",
"typescript": "~3.5.3"
}
}