-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.56 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.56 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
{
"name": "xerner.github.io",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration production",
"start-dev": "ng serve --configuration development",
"build": "ng build",
"storybook": "ng run xerner.github.io:storybook",
"build-storybook": "ng run xerner.github.io:build-storybook",
"test-storybook": "test-storybook"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.3",
"@angular/common": "^18.0.3",
"@angular/compiler": "^18.0.3",
"@angular/core": "^18.0.3",
"@angular/forms": "^18.0.3",
"@angular/platform-browser": "^18.0.3",
"@angular/platform-browser-dynamic": "^18.0.3",
"@angular/router": "^18.0.3",
"@types/luxon": "^3.4.2",
"animate.css": "^4.1.1",
"luxon": "^3.4.4",
"ngx-cookie-service": "^18.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3",
"./repos/common/typescript": "1.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.4",
"@angular/cli": "^18.0.4",
"@angular/compiler-cli": "^18.0.3",
"@chromatic-com/storybook": "^1.5.0",
"@compodoc/compodoc": "^1.1.25",
"@storybook/addon-docs": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/angular": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/test-runner": "^0.19.1",
"storybook": "^8.1.10",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5"
}
}