-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 5.22 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 5.22 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": "design-angular-kit-bundle",
"description": "Un toolkit Angular conforme alle linee guida di design per i servizi web della PA",
"author": "Presidenza del Consiglio dei Ministri",
"version": "21.2.0",
"license": "BSD-3-Clause",
"scripts": {
"ng": "ng",
"start": "npm run compodoc-compile && concurrently \"npm run nunjucks-compile -- -w --path .\" \"ng serve\"",
"build": "npm run nunjucks-compile -- --path . && npm run compodoc-compile && ng build --base-href design-angular-kit",
"build:lib": "ng build design-angular-kit",
"postbuild:lib": "tsc -p projects/design-angular-kit/tsconfig.schematics.json && node postbuildSchematics.js",
"watch:lib": "ng build --configuration development --watch design-angular-kit",
"test": "ng test design-angular-kit --browsers=ChromeHeadless --no-watch",
"e2e": "npm run compodoc-compile && npm run nunjucks-compile && ng e2e",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"lint:format": "npx prettier --write .",
"prepare": "is-ci || husky",
"postversion": "echo \"You can now publish your version using 'git push --follow-tags'\"",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && node scripts/config-sync && node scripts/wait-confirm && git add .",
"documentation-deploy-to-gh-pages": "gh-pages -d dist/design-angular-kit-bundle/browser -m 'chore: update documentation'",
"compodoc-compile": "compodoc -p projects/design-angular-kit/tsconfig.lib.json -e json -d src/assets",
"nunjucks-compile": "nunjucks --options nunjucks.json src/app/**/*.tpl",
"schematics:test": "ts-node --project projects/design-angular-kit/tsconfig.schematics.json node_modules/jasmine/bin/jasmine projects/design-angular-kit/schematics/**/*.spec.ts"
},
"browserslist": [
"extends browserslist-config-design-italia"
],
"keywords": [
"angular",
"toolkit",
"design",
"italia",
"frontend",
"bootstrap5"
],
"repository": {
"type": "git",
"url": "https://github.com/italia/design-angular-kit.git"
},
"contributors": [
{
"name": "Net Service Srl",
"email": "areatecnica@net-serv.it",
"url": "https://www.net-serv.it/"
},
{
"name": "Antonino Bonanno",
"email": "bonanno@net-serv.it",
"url": "https://github.com/AntoninoBonanno"
},
{
"name": "Alessio Napolitano",
"url": "https://github.com/alenap93"
},
{
"name": "Cristian Borelli",
"url": "https://github.com/cri99"
},
{
"name": "Design Angular Kit community",
"url": "https://github.com/italia/design-angular-kit/graphs/contributors"
}
],
"dependencies": {
"@angular-devkit/schematics": "^21.0.3",
"@angular/animations": "^21.2.1",
"@angular/cdk": "^21.0.3",
"@angular/common": "^21.2.1",
"@angular/compiler": "^21.2.1",
"@angular/core": "^21.2.1",
"@angular/forms": "^21.2.1",
"@angular/localize": "^21.2.1",
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@standard-schema/spec": "^1.0.0",
"@types/video.js": "^7.3.58",
"@types/youtube": "^0.1.0",
"bootstrap-italia": "^2.17.4",
"core-js": "^3.40.0",
"fp-ts": "^2.16.9",
"io-ts": "^2.2.22",
"ngx-highlightjs": "^14.0.0",
"rxjs": "^7.8.2",
"tslib": "^2.6.3",
"video.js": "^8.21.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.0.3",
"@angular-devkit/core": "^21.0.3",
"@angular-eslint/builder": "21.2.0",
"@angular-eslint/eslint-plugin": "21.2.0",
"@angular-eslint/eslint-plugin-template": "21.2.0",
"@angular-eslint/schematics": "21.2.0",
"@angular-eslint/template-parser": "21.2.0",
"@angular/cli": "^21.1.4",
"@angular/compiler-cli": "^21.2.1",
"@angular/language-service": "^21.2.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@compodoc/compodoc": "^1.1.26",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.1",
"@types/bootstrap": "^5.2.10",
"@types/jasmine": "~5.1.7",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"browserslist-config-design-italia": "^1.1.0",
"concurrently": "^9.1.2",
"conventional-changelog": "^7.1.1",
"copyfiles": "^2.4.1",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"gh-pages": "^6.3.0",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"jasmine": "^5.6.0",
"jasmine-core": "~5.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "^2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lint-staged": "^15.4.3",
"ng-packagr": "^21.0.0",
"nunjucks-cli": "^1.0.0",
"prettier": "^3.7.4",
"prettier-eslint": "^16.4.2",
"replace-in-file": "^8.3.0",
"ts-node": "~10.9.2",
"typescript": "^5.8.3"
},
"overrides": {
"rxjs": "^7.8.2"
}
}