-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
83 lines (83 loc) · 3.36 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
{
"name": "ngx-vm-packages",
"version": "1.1.49",
"repository": {
"url": "https://github.com/vm-mishchenko/ngx-wall.git",
"type": "git"
},
"scripts": {
"start": "ng serve --port=4300",
"build": "ng build $LIB",
"build:watch": "ng build $LIB --watch",
"build-for-origin": "run-p build:watch copy:scss:watch",
"copy:scss": "cpx \"projects/ngx-wall/src/lib/resources/**/*\" \"dist/ngx-wall\"",
"copy:scss:watch": "cpx -w \"projects/ngx-wall/src/lib/resources/**/*\" \"dist/ngx-wall\"",
"gh": "ng build --stats-json --prod --base-href /ngx-vm-packages/",
"test": "ng test $LIB",
"test:once": "ng test $LIB --watch=false --code-coverage",
"test:cli": "ng test $LIB --watch=false --code-coverage --no-progress --browsers=ChromeNoSandbox",
"lint": "ng lint $LIB",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"e2e": "ng e2e",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"bump-project": "npm version patch",
"bump-lib": "cd ./projects/$LIB && npm version patch && git add . && git commit -m 'update lib version'",
"bump-all": "npm run bump-lib && npm run bump-project",
"release-phase-1": "npm run test:once",
"release-phase-2": "npm run build && npm run release-phase-2:$LIB",
"release-phase-3": "npm run bump-all",
"release-phase-4": "cd ./dist/$LIB && npm publish",
"release": "npm run release-phase-1 && npm run release-phase-2 && npm run release-phase-3 && npm run release-phase-4",
"release-phase-2:ngx-wall": "npm run copy:scss",
"release-phase-2:ngx-input-projection": ""
},
"private": true,
"dependencies": {
"@angular/common": "^7.1.2",
"@angular/core": "^7.1.2",
"@angular/cdk": "^7.3.6",
"@angular/compiler": "^7.1.2",
"@angular/animations": "^7.1.2",
"@angular/material": "^7.3.6",
"@angular/forms": "^7.1.2",
"@angular/http": "^7.1.2",
"@angular/platform-browser": "^7.1.2",
"@angular/platform-browser-dynamic": "^7.1.2",
"@angular/router": "^7.1.2",
"core-js": "^2.5.4",
"rxjs": "^6.3.3",
"zone.js": "^0.8.26",
"codemirror": "5.42.0",
"ngx-sticky-modal": "^0.0.4",
"bootstrap": "^4.3.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.0",
"@angular-devkit/build-ng-packagr": "^0.13.0",
"@angular/cli": "^7.3.7",
"@angular/compiler-cli": "^7.2.0",
"@angular/language-service": "^7.1.2",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"coveralls": "^3.0.2",
"cpx": "1.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "~3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^5.0.1",
"npm-run-all": "^4.1.5",
"protractor": "~5.3.0",
"ts-node": "~8.0.3",
"tsickle": "0.34.0",
"tslib": "^1.7.1",
"tslint": "~5.11.0",
"typescript": "~3.2.4"
}
}