forked from akveo/nebular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 5.96 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "nebular",
"version": "12.0.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"private": true,
"bugs": {
"url": "https://github.com/akveo/nebular/issues"
},
"homepage": "https://github.com/akveo/nebular#readme",
"repository": "git+https://github.com/akveo/nebular.git",
"scripts": {
"ng": "ng",
"prestart": "npm run gen:playground",
"start": "ng serve",
"start:prod": "ng serve --configuration=production",
"start:wp": "ng serve --configuration=production-wp",
"docs:prepare": "gulp docs",
"docs:start": "npm start -- docs --port 4100",
"docs:serve": "npm-run-all docs:prepare docs:start",
"docs:build": "npm-run-all docs:prepare docs:prod docs:dirs",
"docs:prod": "npm run build -- docs --configuration production-wp --base-href '/nebular/'",
"docs:dirs": "npm-run-all -s docs:copy-index docs:sitemap",
"docs:copy-index": "gulp docs-copy-index",
"docs:sitemap": "gulp create-sitemap",
"docs:gh-pages": "ts-node -P tools/deploy-docs/tsconfig.json tools/deploy-docs/build-docs.ts",
"build": "ng build",
"build:prod": "ng build --configuration=production",
"build:wp": "ng build --configuration=production-wp",
"prebuild:packages": "rimraf dist",
"build:packages": "npm-run-all \"build theme\" \"build auth\" \"build moment\" \"build security\" \"build date-fns\" \"build firebase-auth\" \"build eva-icons\" build:packages-schematics build:packages-sass",
"build:packages-schematics": "tsc -p src/framework/theme/tsconfig.schematics.json",
"build:packages-sass": "sass dist/auth/styles/prebuilt dist/theme/styles/prebuilt --load-path=node_modules --style=compressed --no-source-map",
"build:dev-schematics": "gulp build-development-schematics",
"test": "ng test",
"test:packages": "npm-run-all \"test theme -- --code-coverage --watch=false\" test:schematics \"test auth -- --code-coverage --watch=false\" \"test moment -- --code-coverage --watch=false\" \"test security -- --code-coverage --watch=false\" \"test date-fns -- --code-coverage --watch=false\" \"test firebase-auth -- --code-coverage --watch=false\" \"test eva-icons -- --code-coverage --watch=false\"",
"test:wp": "ng test --configuration=production-wp",
"test:coverage": "rimraf coverage && ng test playground --code-coverage --watch=false",
"test:schematics": "gulp build-packages-schematics-for-test && jasmine dist/**/*.spec.js",
"lint": "ng lint",
"lint:styles": "stylelint ./src/framework/**/*.scss && stylelint ./docs/**/*.scss",
"lint:fix": "lint-staged --config ./.lintstagedrc-fix.json",
"e2e": "ng e2e playground-e2e",
"ci:lint": "npm-run-all -p lint lint:styles",
"version:bump": "gulp version",
"version:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release:validate": "npm-run-all build:packages build:wp \"e2e -c=production-wp\" && npm run test:wp -- --watch=false",
"release": "npm-run-all release:validate publish",
"publish": "./tools/publish.sh",
"postinstall": "npm run build:dev-schematics",
"gen:playground": "ng g .:playground",
"gen:playground-module": "ng g .:playground-module",
"gen:playground-components": "ng g .:playground-components",
"prepare": "husky install"
},
"keywords": [
"angular",
"typescript",
"ng2-admin",
"ngx-admin",
"framework",
"nebular"
],
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.11",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/fire": "^7.6.1",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"date-fns": "^2.0.0",
"docsearch.js": "^2.5.2",
"eva-icons": "^1.1.3",
"firebase": "^9.18.0",
"highlight.js": "^9.18.5",
"marked": "^1.2.9",
"moment": "^2.22.2",
"normalize.css": "8.0.0",
"pace-js": "^1.0.2",
"rxfire": "^6.0.0",
"rxjs": "^6.5.3",
"tslib": "^2.3.0",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.9",
"@angular-devkit/core": "^16.2.9",
"@angular-devkit/schematics": "^16.2.9",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "^16.2.9",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@schematics/angular": "^16.2.0",
"@types/gulp": "4.0.6",
"@types/highlight.js": "^9.12.4",
"@types/jasmine": "~3.10.0",
"@types/jasminewd2": "2.0.3",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"angular-cli-ghpages": "0.5.0",
"browserstack-local": "^1.3.7",
"colors.js": "1.2.4",
"conventional-changelog-cli": "1.3.4",
"del": "3.0.0",
"doc-prsr": "2.2.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-rxjs": "^4.0.2",
"fs-extra": "^8.1.0",
"gulp": "4.0.2",
"gulp-replace": "1.0.0",
"gulp-sass": "^5.0.0",
"gulp-typedoc": "2.2.3",
"husky": "^7.0.2",
"jasmine-core": "~3.10.0",
"jasmine-fail-fast": "2.0.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.0",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"lint-staged": "^11.2.3",
"ng-packagr": "^16.2.3",
"npm-run-all": "4.1.5",
"prettier": "^2.4.1",
"protractor": "~7.0.0",
"rimraf": "2.6.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"ts-node": "^10.4.0",
"typedoc": "^0.12.0",
"typescript": "~5.1.3"
},
"schematics": "./tools/dev-schematics/dist/collection.json"
}