-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
110 lines (110 loc) · 4.01 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
{
"name": "rebirth-ng-app",
"version": "6.0.3",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"i18n:extract": "ng-xi18n",
"start": "npm-run-all --parallel client:run server:run",
"client:run": "ng serve -o",
"server:run": "nodemon ./build/mock.server.js",
"build": "ng build",
"build:lib": "ng build --prod rebirth-ng",
"test": "npm run lint && ng test rebirth-ng --watch=false && npm run npm:publish && rm -rf ./lib",
"ut": "ng test --browsers Chrome",
"lint": "ng lint",
"lint-fix": "tslint -c tslint.json src/**/*.ts --fix",
"e2e": "ng e2e",
"compodocs:serve": "compodoc ./projects/rebirth-ng -p ./projects/rebirth-ng/tsconfig.lib.json -b / -d ./compodocs/ --hideGenerator -s",
"compodocs:gen": "compodoc ./projects/rebirth-ng -t -p ./projects/rebirth-ng/tsconfig.lib.json -b /rebirth-ng/compodocs/ -d ./dist/rebirth-ng-app/compodocs/ --hideGenerator",
"demo:gen": "ng build rebirth-ng && ng build --prod --base-href=/rebirth-ng/",
"github-pages:push": "ngh --dir=dist/rebirth-ng-app --message \"rebirth ng demo deploy\"",
"docs:deploy": "npm run demo:gen && npm run compodocs:gen && npm run github-pages:push && rm -rf ./dist/rebirth-ng-app",
"npm:publish": "rm -rf ./dist && npm run build:lib",
"npm:pack": "cd dist/rebirth-ng && npm pack",
"package": "npm run build:lib && npm run npm:pack"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/greengerong/rebirth-ng.git"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.6.0",
"@angular-devkit/build-ng-packagr": "~0.6.8",
"@angular/animations": "^6.1.0-beta.1",
"@angular/cli": "^6.1.0-rc.0",
"@angular/common": "^6.1.0-beta.1",
"@angular/compiler": "^6.1.0-beta.1",
"@angular/compiler-cli": "^6.1.0-beta.1",
"@angular/core": "^6.1.0-beta.1",
"@angular/forms": "^6.1.0-beta.1",
"@angular/language-service": "^6.1.0-beta.1",
"@angular/platform-browser": "^6.1.0-beta.1",
"@angular/platform-browser-dynamic": "^6.1.0-beta.1",
"@angular/platform-server": "^6.1.0-beta.1",
"@angular/router": "^6.1.0-beta.1",
"@angular/service-worker": "^6.1.0-beta.1",
"ng-packagr": "^3.0.0-rc.2",
"tsickle": ">=0.25.5",
"tslib": "^1.7.1",
"@compodoc/compodoc": "^1.0.0-beta.10",
"@types/jasmine": "^2.8.6",
"@types/jasminewd2": "^2.0.3",
"@types/lodash": "^4.14.74",
"@types/node": "^8.9.4",
"@types/webpack": "^3.0.10",
"angular-cli-ghpages": "^0.5.0",
"angular2-inline-template-style": "^1.0.0",
"body-parser": "^1.17.1",
"bootstrap-sass": "^3.3.7",
"classlist.js": "^1.1.20150312",
"codelyzer": "^4.3.0",
"core-js": "^2.5.1",
"cross-env": "^5.0.5",
"drag-drop-webkit-mobile": "^1.4.1",
"express": "^4.15.2",
"gulp": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-ejs": "^3.0.0",
"gulp-ignore": "^2.0.2",
"gulp-insert-lines": "0.0.4",
"gulp-rename": "^1.2.2",
"highlight.js": "9.12.0",
"html-loader": "^0.5.1",
"immutable": "^3.8.1",
"intl": "^1.2.5",
"jasmine-core": "~2.99.1",
"karma": "^3.0.0",
"jasmine-spec-reporter": "~4.2.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-istanbul-threshold": "^1.2.2",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-remap-istanbul": "^0.6.0",
"markdown-loader": "^2.0.0",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"npm-run-all": "^4.1.1",
"protractor": "^5.4.0",
"rxjs": "^6.1.0",
"ts-helpers": "^1.1.2",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": ">=2.7.0 <2.8.0",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.26"
},
"dependencies": {
"date-fns": "^1.27.2"
},
"description": "> Angular UI plugin with bootstrap;",
"bugs": {
"url": "https://github.com/greengerong/rebirth-ng/issues"
},
"homepage": "https://github.com/greengerong/rebirth-ng#readme",
"author": ""
}