-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.1 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
{
"name": "phased",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "jest",
"lint": "ng lint",
"e2e": "ng e2e",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "ng run phased:storybook",
"build-storybook": "ng run phased:build-storybook",
"chromatic": "npx chromatic --project-token=137f9b2a9d87",
"playwright": "npx playwright test"
},
"jest": {
"preset": "jest-preset-angular",
"setupFiles": [
"jest-canvas-mock"
],
"setupFilesAfterEnv": [
"<rootDir>/setup-jest.ts"
],
"transformIgnorePatterns": [],
"reporters": [
"default"
],
"roots": [
"<rootDir>/src/"
]
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.10",
"@angular/cdk": "18.2.11",
"@angular/common": "18.2.10",
"@angular/compiler": "18.2.10",
"@angular/core": "^18.2.10",
"@angular/forms": "18.2.10",
"@angular/material": "18.2.11",
"@angular/platform-browser": "18.2.10",
"@angular/platform-browser-dynamic": "18.2.10",
"@angular/router": "18.2.10",
"@babylonjs/core": "^7.32.4",
"@babylonjs/inspector": "7.32.4",
"@ngrx/component": "18.1.1",
"@ngrx/effects": "18.1.1",
"@ngrx/operators": "18.1.1",
"@ngrx/store": "18.1.1",
"@rx-angular/cdk": "18.0.0",
"@rx-angular/state": "18.1.0",
"@rx-angular/template": "18.0.3",
"@storybook/test": "^8.4.2",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.1",
"chart.js": "^4.4.6",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"util": "^0.12.4",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "0.1802.11",
"@angular-devkit/build-angular": "18.2.11",
"@angular-eslint/builder": "18.4.0",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/schematics": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "18.2.11",
"@angular/compiler-cli": "18.2.10",
"@babel/core": "^7.25.9",
"@chromatic-com/storybook": "^3.2.2",
"@compodoc/compodoc": "^1.1.26",
"@ngrx/eslint-plugin": "^18.1.1",
"@ngrx/schematics": "^18.1.1",
"@ngrx/store-devtools": "^18.1.1",
"@playwright/test": "^1.48.2",
"@storybook/addon-actions": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/angular": "^8.4.2",
"@storybook/manager-api": "^8.4.1",
"@storybook/theming": "^8.4.1",
"@types/jest": "^29.5.5",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"babel-loader": "^9.1.3",
"chromatic": "^11.16.5",
"eslint": "^9.14.0",
"eslint-plugin-storybook": "^0.11.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-preset-angular": "^14.2.4",
"ng-mocks": "^14.13.1",
"storybook": "^8.4.2",
"ts-node": "~10.9.2",
"typescript": "^5.5.4",
"util": "^0.12.4"
}
}