forked from sxlwar/x-formly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.28 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.28 KB
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
{
"name": "x-formly",
"version": "0.0.3",
"scripts": {
"build": "ng build",
"e2e": "ng e2e",
"format": "prettier --config .prettier.config.js projects/**/src/**/*.ts --write",
"lint": "ng lint",
"ng": "ng",
"release": "standard-version",
"start": "ng serve demo --open --port=4000",
"stylelint": "stylelint \"projects/**/*.scss\" --config .stylelint.config.js"
},
"private": true,
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && npm run stylelint && ng lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@ngx-formly/core": "^5.5.7",
"@ngx-loading-bar/core": "^4.2.0",
"@ngx-loading-bar/router": "^4.2.0",
"hammerjs": "^2.0.8",
"moment": "^2.24.0",
"rxjs": "~6.4.0",
"standard-version": "^7.1.0",
"tslib": "^1.10.0",
"x-material": "0.0.4",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.20",
"@angular-devkit/build-ng-packagr": "~0.803.20",
"@angular/cli": "~8.3.20",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-angular": "^8.2.0",
"@types/jest": "^24.0.24",
"@types/json-schema": "^7.0.3",
"@types/node": "^8.10.59",
"codelyzer": "^5.0.0",
"highlight-loader": "^0.7.3",
"husky": "^3.1.0",
"json-formatter-js": "^2.2.1",
"ng-packagr": "^5.4.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"protractor": "~5.4.0",
"raw-loader": "^1.0.0",
"stylelint": "^13.0.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-prettier": "^1.1.2",
"ts-node": "~7.0.0",
"tsickle": "^0.37.0",
"tslint": "~5.15.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "~3.5.3",
"xal-config": "0.0.6"
}
}