-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
134 lines (134 loc) · 4.86 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
{
"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": "1.1.4",
"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/wait-confirm && git add CHANGELOG.md",
"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": "[email protected]",
"url": "https://www.net-serv.it/"
},
{
"name": "Antonino Bonanno",
"email": "[email protected]",
"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": "^18.0.7",
"@angular/animations": "^18.0.6",
"@angular/cdk": "^18.2.10",
"@angular/common": "^18.0.6",
"@angular/compiler": "^18.0.6",
"@angular/core": "^18.0.6",
"@angular/forms": "^18.0.6",
"@angular/localize": "^18.0.6",
"@angular/platform-browser": "^18.0.6",
"@angular/platform-browser-dynamic": "^18.0.6",
"@angular/router": "^18.0.6",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"bootstrap-italia": "^2.12.1",
"core-js": "^3.37.1",
"fp-ts": "^2.16.8",
"io-ts": "^2.2.21",
"ngx-highlightjs": "^12.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.7",
"@angular-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "^18.0.7",
"@angular/compiler-cli": "^18.0.6",
"@angular/language-service": "^18.0.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@compodoc/compodoc": "^1.1.25",
"@types/bootstrap": "^5.2.10",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"browserslist-config-design-italia": "^1.1.0",
"concurrently": "^8.2.2",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"gh-pages": "^6.1.1",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"jasmine": "^5.4.0",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.3",
"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.2.7",
"ng-packagr": "^18.0.0",
"nunjucks-cli": "^1.0.0",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"ts-node": "~10.9.2",
"typescript": "~5.4.5"
}
}