-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.87 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 4.87 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
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": "angular-boilerplate",
"version": "17.0.1",
"description": "Angular Boilerplate",
"author": "Patryk Sadowski",
"homepage": "https://patryksadowski.pl",
"license": "MIT",
"contributors": [
"Patryk Sadowski"
],
"keywords": [
"angular",
"angular 15",
"angular 16",
"angular 17",
"angular-boilerplate",
"jest",
"transloco",
"prettier",
"testcafe",
"compodoc",
"docker",
"eslint",
"storybook"
],
"repository": "https://github.com/Patryk-S-W/angular-boilerplate.git",
"bugs": {
"url": "https://github.com/Patryk-S-W/angular-boilerplate/issues"
},
"readme": "https://github.com/Patryk-S-W/angular-boilerplate/blob/master/README.md",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:prod:stats": "ng build --configuration production --stats-json",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand",
"test:coverage": "jest --coverage",
"lint": "ng lint",
"e2e": "testcafe chrome ./e2e/",
"compodoc": "npx compodoc -p tsconfig.app.json",
"analyze": "source-map-explorer dist/angular-boilerplate/**/*.js",
"prettier": "prettier --write \"src/app/**/*.{js,json,css,scss,less,md,ts,html,component.html}\"",
"prepare": "husky install",
"audit": "auditjs ossi",
"version": "auto-changelog -p && git add CHANGELOG.md",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "npm run docs:json && start-storybook -p 6006",
"build-storybook": "npm run docs:json && build-storybook",
"dev:ssr": "ng run angular-boilerplate:serve-ssr",
"serve:ssr": "node dist/angular-boilerplate/server/main.js",
"build:ssr": "ng build && ng run angular-boilerplate:server",
"prerender": "ng run angular-boilerplate:prerender"
},
"private": false,
"dependencies": {
"@angular/animations": "^17.1.0",
"@angular/cdk": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/forms": "^17.1.0",
"@angular/material": "^17.1.0",
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/platform-server": "^17.1.0",
"@angular/router": "^17.1.0",
"@angular/service-worker": "^17.1.0",
"@angular/ssr": "^17.1.1",
"@fortawesome/angular-fontawesome": "^0.14.1",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngneat/transloco": "^4.2.6",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"express": "^4.18.2",
"rxjs": "~7.8.1",
"tslib": "^2.6.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.10",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "^17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "^17.1.0",
"@angular/compiler-cli": "^17.1.0",
"@angular/localize": "^17.1.0",
"@babel/core": "^7.21.8",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@compodoc/compodoc": "^1.1.19",
"@storybook/addon-actions": "^7.0.9",
"@storybook/addon-essentials": "^7.0.9",
"@storybook/addon-interactions": "^7.0.9",
"@storybook/addon-links": "^7.0.9",
"@storybook/angular": "^7.5.3",
"@storybook/builder-webpack5": "^7.0.9",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/testing-library": "0.1.0",
"@types/eslint": "8.37.0",
"@types/express": "^4.17.17",
"@types/jasmine": "~4.3.5",
"@types/jest": "^29.5.1",
"@types/node": "^18.18.0",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/eslint-plugin-tslint": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"auditjs": "^4.0.39",
"auto-changelog": "^2.4.0",
"babel-loader": "^9.1.2",
"browser-sync": "^3.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^43.2.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.3",
"jasmine-core": "~5.0.1",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"jest-preset-angular": "^13.1.3",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.0.0",
"prettier-eslint": "^15.0.1",
"source-map-explorer": "^2.5.3",
"testcafe": "^3.5.0",
"testcafe-reporter-html": "^1.4.6",
"ts-node": "~10.9.1",
"typescript": "~5.2.0"
},
"lint-staged": {
"*.{js,json,css,scss,less,md,ts,html,component.html}": [
"prettier --write"
]
}
}