-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
155 lines (155 loc) · 5.22 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
147
148
149
150
151
152
153
154
155
{
"name": "wholetale",
"version": "v1.3.dev0",
"description": "Whole Tale dashboard application",
"repository": {
"type": "git",
"url": "https://github.com/whole-tale/ngx-dashboard.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/whole-tale/ngx-dashboard/issues"
},
"homepage": "https://wholetale.org",
"scripts": {
"ng": "ng",
"clean": "rimraf .cache dist coverage test-report.xml",
"start": "ng serve --configuration=dev",
"start:prod": "ng serve --configuration production",
"build": "ng build",
"build:prod": "ng build --configuration production",
"lint": "ng lint",
"lint:check": "tslint-config-prettier-check ./tslint.json",
"lint:fix": "prettier-tslint fix src/**/*.ts",
"docs": "node_modules/.bin/compodoc -p tsconfig.json -d docs -n \"ng-seed/universal\" -t --theme stripe",
"release": "standard-version && yarn docs"
},
"dependencies": {
"@angular/animations": "~12.1.1",
"@angular/cdk": "~12.1.1",
"@angular/common": "~12.1.1",
"@angular/core": "~12.1.1",
"@angular/flex-layout": "12.0.0-beta.34",
"@angular/forms": "~12.1.1",
"@angular/material": "~12.1.1",
"@angular/platform-browser": "~12.1.1",
"@angular/platform-browser-dynamic": "~12.1.1",
"@angular/platform-server": "~12.1.1",
"@angular/router": "~12.1.1",
"@angularclass/bootloader": "~1.0.1",
"@ngrx/effects": "~12.2.0",
"@ngrx/entity": "~12.2.0",
"@ngrx/store": "~12.2.0",
"ajv": "^8.11.0",
"compression": "~1.7.3",
"core-js": "~3.3",
"debug": "~4.1.1",
"express": "~4.17.3",
"jasmine-core": "~3.6.0",
"lodash": "~4.17.21",
"ngx-perfect-scrollbar": "~7.1.0",
"reflect-metadata": "~0.1.12",
"request": "~2.88.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"unionize": "~2.1.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "~12.0.0",
"@angular-devkit/build-angular": "~12.1.1",
"@angular-devkit/core": "~12.1.1",
"@angular-devkit/schematics": "~12.1.1",
"@angular/cli": "~12.1.1",
"@angular/compiler": "~12.1.1",
"@angular/compiler-cli": "~12.1.1",
"@angular/language-service": "~12.1.1",
"@angularclass/hmr": "~2.1.3",
"@auth0/angular-jwt": "^2.1.1",
"@commitlint/cli": "~7.2.1",
"@commitlint/config-conventional": "~7.1.2",
"@compodoc/compodoc": "~1.1.12",
"@fortawesome/angular-fontawesome": "~0.9.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@ngrx/schematics": "~12.2.0",
"@ngrx/store-devtools": "~12.2.0",
"@types/compression": "~0.0.36",
"@types/express": "~4.16.0",
"@types/jest": "~26.0.24",
"@types/lodash": "^4.14.171",
"@types/nightmare": "~2.10.4",
"@types/node": "^12.20.16",
"@types/prettier": "^2.3.2",
"angular-tslint-rules": "~1.12.1",
"codelyzer": "^6.0.0",
"concurrently": "~4.1.0",
"husky": "~1.3.0",
"jasmine-marbles": "~0.4.1",
"jest": "~27.0.6",
"jest-junit-reporter": "~1.1.0",
"jest-preset-angular": "~9.0.4",
"lint-staged": "~8.1.0",
"ng-bullet": "~1.0.3",
"ng-event-source": "1.0.14",
"ng-swagger-gen": "2.3.1",
"ngx-cookie-service": "~12.0.3",
"ngx-markdown": "^12.0.0",
"nightmare": "~3.0.1",
"prettier": "~2.3.2",
"prettier-tslint": "~0.4.2",
"rimraf": "~2.6.2",
"semantic-ui-css": "^2.4.1",
"standard-version": "~8.0.1",
"stylelint": "~9.9.0",
"stylelint-config-standard": "~18.2.0",
"tslint": "~6.1.0",
"tslint-config-prettier": "~1.18.0",
"tslint-immutable": "~6.0.1",
"tslint-loader": "~3.5.4",
"typescript": "~4.3.5",
"uuid": "~7.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"jest": {
"preset": "jest-preset-angular",
"setupTestFrameworkScriptFile": "./tools/test/jest.setup.ts",
"globals": {
"ts-jest": {
"tsConfig": "./tsconfig.spec.json"
},
"__TRANSFORM_HTML__": true
},
"transform": {
"^.+\\.(css|less|scss|styl|sss)$": "<rootDir>/tools/test/style-processor.js",
"^.+\\.(ts|js|html)$": "jest-preset-angular/preprocessor.js"
},
"testResultsProcessor": "jest-junit-reporter",
"moduleNameMapper": {
"~(.*)$": "<rootDir>/src/$1",
"@api/(.*)": "<rootDir>/src/app/api/$1",
"@services/(.*)": "<rootDir>/src/app/services/$1",
"@framework/(.*)": "<rootDir>/src/app/framework/$1",
"@tales/(.*)": "<rootDir>/src/app/tales/$1",
"@files/(.*)": "<rootDir>/src/app/files/$1",
"@login/(.*)": "<rootDir>/src/app/login/$1",
"@shared/(.*)": "<rootDir>/src/app/shared/$1",
"@layout/(.*)": "<rootDir>/src/app/layout/$1"
},
"silent": true,
"collectCoverageFrom": [
"src/**/*.ts",
"!**/+(index|testing|*.module|*.routes|*.mock|*.spec|*.e2e-spec|*.d).ts",
"!**/testing/**/*.ts",
"!**/environments/*.ts",
"!src/*.ts"
]
}
}