-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.08 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
{
"name": "extra-clarity",
"version": "0.17.10",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:extra-clarity": "ng build extra-clarity",
"watch": "ng build --watch --configuration development",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"storybook": "ng run extra-clarity:storybook --no-open",
"build-storybook": "ng run extra-clarity:build-storybook",
"docs:extra-clarity": "npx compodoc -e json -d . -p tsconfig.doc.json --minimal --disableLifeCycleHooks --disablePrivate --disableProtected"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.0",
"@angular/cdk": "17.3.0",
"@angular/common": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/core": "17.3.0",
"@angular/forms": "17.3.0",
"@angular/platform-browser": "17.3.0",
"@angular/platform-browser-dynamic": "17.3.0",
"@angular/router": "17.3.0",
"@cds/angular": "6.10.0",
"@cds/core": "6.10.0",
"@clr/angular": "17.0.0",
"@clr/ui": "17.0.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.0",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"@compodoc/compodoc": "1.1.23",
"@storybook/addon-essentials": "8.0.6",
"@storybook/addon-interactions": "8.0.6",
"@storybook/addon-links": "8.0.6",
"@storybook/angular": "8.0.6",
"@storybook/blocks": "8.0.6",
"@types/lodash-es": "4.17.12",
"@types/mdx": "2.0.12",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-storybook": "0.8.0",
"firebase-tools": "latest",
"husky": "8.0.3",
"ng-packagr": "17.3.0",
"storybook": "8.0.6",
"typescript": "5.4.4"
}
}