forked from akveo/nebular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.37 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "akveo",
"version": "2.0.0-alpha.1-dev.10",
"license": "MIT",
"author": "akveo <[email protected]>",
"bugs": {
"url": "https://github.com/akveo/ng2-admin/issues"
},
"homepage": "https://github.com/akveo/ng2-admin#readme",
"repository": "git+https://github.com/akveo/ng2-admin.git",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:hmr": "ng serve --hmr",
"start:aot": "ng serve --aot",
"start:wp:aot": "npm run start:aot -- --app playground-wp",
"build": "rimraf dist && ng build",
"build:prod": "npm run build -- --prod",
"build:prod:aot": "npm run build:prod -- --aot",
"build:ci": "npm run build:prod && npm run build:prod:aot",
"build:wp:ci": "npm run build:prod -- --app playground-wp && npm run build:prod:aot -- --app playground-wp",
"build:ghpages": "npm run build:prod:aot -- --base-href \"https://akveo.github.io/ng2-admin/\" && ngh",
"build:package": "npm-run-all -s clean:tmp:lib gulp build:ts build:inline-resources build:bundle clean:tmp",
"build:ts": "tsc -p tsconfig.publish.json && ngc -p tsconfig.publish.json",
"build:inline-resources": "gulp inline-resources",
"build:bundle": "gulp bundle",
"test": "ng test -sr",
"test:watch": "ng test -w",
"test:coverage": "rimraf coverage && ng test -sr -cc",
"lint": "ng lint --type-check",
"lint:styles": "stylelint ./src/framework/**/*.scss",
"lint:ci": "npm run lint && npm run lint:styles",
"lint:fix": "npm run lint --type-check --fix",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "ng e2e",
"e2e:wp": "ng e2e --app playground-wp",
"e2e:ci": "ng e2e --config ./protractor.conf.ci.js",
"prepush": "npm run lint:ci",
"clean:tmp": "rimraf .ng_build .ng_compiled",
"clean:tmp:lib": "npm run clean:tmp && rimraf src/.lib",
"version:bump": "gulp bump",
"release:prepare": "npm run build:package",
"release:validate": "npm run lint:ci && npm run build:wp:ci && npm run e2e:wp",
"release": "npm run version:bump && npm run release:prepare && npm run release:validate && npm publish src/.lib/theme && npm publish src/.lib/auth",
"gulp": "gulp"
},
"keywords": [
"angular",
"typescript",
"ng2-admin",
"ngx-admin",
"framework"
],
"dependencies": {
"@angular/animations": "4.2.4",
"@angular/common": "4.2.4",
"@angular/compiler": "4.2.4",
"@angular/core": "4.2.4",
"@angular/forms": "4.2.4",
"@angular/http": "4.2.4",
"@angular/platform-browser": "4.2.4",
"@angular/platform-browser-dynamic": "4.2.4",
"@angular/platform-server": "4.2.4",
"@angular/router": "4.2.4",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
"@swimlane/ngx-charts": "5.2.0",
"angular2-echarts": "1.1.7",
"angular2-toaster": "4.0.0",
"bootstrap": "4.0.0-alpha.6",
"chart.js": "2.5.0",
"core-js": "2.4.1",
"d3": "4.8.0",
"echarts": "3.5.4",
"gulp-bump": "2.7.0",
"immutable": "3.8.1",
"leaflet": "1.0.3",
"ng2-charts": "1.5.0",
"ng2-smart-table": "1.1.0",
"ng2-tree": "2.0.0-alpha.5",
"normalize.css": "6.0.0",
"open-sans-fontface": "1.4.0",
"rxjs": "5.4.0",
"typeface-exo": "0.0.22",
"zone.js": "0.8.10"
},
"devDependencies": {
"@angular/cli": "1.1.3",
"@angular/compiler-cli": "4.2.4",
"@angular/language-service": "4.2.4",
"@types/d3-color": "1.0.4",
"@types/jasmine": "2.5.45",
"@types/node": "6.0.74",
"angular-cli-ghpages": "0.5.0",
"browserstack-local": "1.3.0",
"codelyzer": "3.0.1",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-clean-css": "3.0.4",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-rollup": "2.13.0",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.0",
"gulp-typedoc": "2.0.2",
"husky": "0.13.3",
"jasmine-core": "2.6.2",
"jasmine-spec-reporter": "4.1.0",
"karma": "1.7.0",
"karma-chrome-launcher": "2.1.1",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"npm-run-all": "4.0.1",
"protractor": "5.1.2",
"pump": "1.0.2",
"rimraf": "2.6.1",
"rollup-plugin-node-resolve": "3.0.0",
"stylelint": "7.13.0",
"ts-node": "3.0.4",
"tslint": "5.4.2",
"tslint-language-service": "0.9.6",
"typedoc": "0.7.1",
"typescript": "2.3.4"
}
}