-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.43 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
{
"name": "flux-arch",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 3030 --proxy-config proxy.conf.json",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"storybook": "ng run flux-arch:storybook",
"build-storybook": "ng run flux-arch:build-storybook"
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^17.0.2",
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.5",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/material": "^17.3.5",
"@angular/material-moment-adapter": "^17.3.6",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@maskito/angular": "^2.3.1",
"@maskito/core": "^2.3.1",
"@maskito/kit": "^2.3.1",
"@ngxs/form-plugin": "^3.8.2",
"@ngxs/logger-plugin": "^3.8.2",
"@ngxs/store": "^3.8.2",
"@taiga-ui/addon-doc": "^3.76.0",
"@taiga-ui/addon-mobile": "^3.76.0",
"@taiga-ui/cdk": "^3.76.0",
"@taiga-ui/core": "^3.76.0",
"@taiga-ui/icons": "^3.76.0",
"@taiga-ui/kit": "^3.76.0",
"@taiga-ui/styles": "^3.76.0",
"@tinkoff/ng-dompurify": "4.0.0",
"dompurify": "3.0.6",
"luxon": "^3.4.4",
"moment": "^2.30.1",
"ngx-mask": "^17.0.7",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.5",
"@angular/cli": "^17.3.5",
"@angular/compiler-cli": "^17.3.0",
"@chromatic-com/storybook": "^1.3.3",
"@compodoc/compodoc": "^1.1.24",
"@ngxs/devtools-plugin": "^3.8.2",
"@storybook/addon-docs": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/angular": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/test": "^8.0.10",
"@types/dompurify": "3.0.5",
"@types/jasmine": "~5.1.0",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.7",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"raw-loader": "^4.0.2",
"storybook": "^8.0.10",
"typescript": "~5.4.2"
}
}