-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.35 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
{
"name": "ngx-repository",
"version": "0.7.0",
"description": "Custom repository service for Angular9+, for easy work with the REST backend, with switch on fly from REST backend to the MOCK backend with save and use all CRUD operations",
"keywords": [
"repository-service",
"class-transformer",
"class-validator",
"dynamic",
"mock",
"rest",
"fake-http-client",
"angular",
"ngx",
"angular9"
],
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"engines": {
"node": ">=12",
"npm": ">=6.4.0"
},
"bugs": {
"url": "https://github.com/EndyKaufman/ngx-repository/issues"
},
"homepage": "https://github.com/EndyKaufman/ngx-repository",
"repository": {
"type": "git",
"url": "git+https://github.com/EndyKaufman/ngx-repository.git"
},
"maintainers": [
{
"name": "EndyKaufman",
"email": "admin@site15.ru"
}
],
"scripts": {
"config:mono": "rucken config -m dev",
"config:prod": "rucken config -m prod",
"prepare:mono": "rucken prepare -m dev",
"prepare:prod": "rucken prepare -m prod",
"lib:build-lib": "ng build ngx-repository --prod",
"lib:build": "run-s prepare:prod lib:build-lib",
"lib:postbuild-lib": "./node_modules/.bin/cp-cli ./CHANGELOG.md ./dist/ngx-dynamic-form-builder/CHANGELOG.md",
"app:prebuild": "ng build demo --prod",
"app:build": "run-s format:fix prepare:mono app:prebuild",
"lite-server": "lite-server -c bs-config.json",
"ng": "ng",
"serve": "ng serve",
"start": "run-s format:fix prepare:mono serve",
"start:prod": "run-s format:fix prepare:mono serve -- --prod",
"build": "run-s app:build",
"test": "run-s github:build",
"lint": "ng lint",
"e2e": "ng e2e",
"github:prebuild": "ng build demo --base-href /ngx-repository/ --prod",
"github:build": "run-s format:fix lib:build config:prod github:prebuild config:mono lib:build github:postbuild",
"github:postbuild": "./node_modules/.bin/cp-cli ./dist/demo/index.html ./dist/demo/404.html",
"github:deploy": "gh-pages -d dist/demo",
"format:fix": "prettier --config ./.prettierrc --write \"{apps,libs}/**/*.ts\""
},
"private": true,
"dependencies": {
"@angular/animations": "^9.0.7",
"@angular/cdk": "^9.1.3",
"@angular/common": "^9.0.7",
"@angular/compiler": "^9.0.7",
"@angular/core": "^9.0.7",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^9.0.7",
"@angular/http": "^7.2.16",
"@angular/material": "^9.1.3",
"@angular/platform-browser": "^9.0.7",
"@angular/platform-browser-dynamic": "^9.0.7",
"@angular/pwa": "^0.900.7",
"@angular/router": "^9.0.7",
"@angular/service-worker": "^9.0.7",
"@types/lodash-es": "^4.17.3",
"@types/prismjs": "^1.16.0",
"@types/url-parse": "^1.4.3",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.1",
"core-js": "^3.6.4",
"immutable": "^4.0.0-rc.12",
"lodash-es": "^4.17.15",
"ngx-dynamic-form-builder": "^1.3.0",
"ngx-markdown": "^9.0.0",
"prismjs": "^1.19.0",
"rxjs": "^6.5.4",
"url-parse": "^1.4.7",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.7",
"@angular-devkit/build-ng-packagr": "~0.900.7",
"@angular/cli": "^9.0.7",
"@angular/compiler-cli": "^9.0.7",
"@angular/language-service": "^9.0.7",
"@rucken/cli": "^4.1.6",
"@types/jasmine": "~3.5.9",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~13.9.2",
"codelyzer": "~5.2.1",
"conventional-changelog-cli": "^2.0.31",
"conventional-commits-detector": "^1.0.2",
"conventional-recommended-bump": "^6.0.5",
"cp-cli": "^2.0.0",
"gh-pages": "^2.2.0",
"html-loader": "^1.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "~3.1.1",
"karma-jasmine-html-reporter": "^1.5.2",
"lite-server": "^2.5.4",
"markdown-loader": "^5.1.0",
"ng-packagr": "^9.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"protractor": "~5.4.3",
"ts-node": "~8.7.0",
"tsickle": "^0.38.1",
"tslib": "^1.11.1",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "~3.8.3"
},
"greenkeeper": {
"ignore": [
"typescript"
]
}
}