-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.21 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.21 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
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
{
"name": "elonkit-angular2",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:watch": "ng test --watch",
"storybook": "ng run elonkit:storybook",
"build-storybook": "ng run elonkit:build-storybook",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
"lint:stylelint": "npx stylelint \"**/*.scss\"",
"lint:stylelint-fix": "npx stylelint \"**/*.scss\" --fix",
"cspell": "npx cspell ."
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/cdk": "^16.2.13",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/material": "^16.2.13",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"angular2-text-mask": "^9.0.0",
"material-icons": "^1.13.12",
"react-textarea-autosize": "^8.5.3",
"rxjs": "~7.8.0",
"text-mask-addons": "^3.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-builders/jest": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.12",
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/schematics": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/cli": "^16.2.11",
"@angular/compiler-cli": "^16.2.0",
"@compodoc/compodoc": "^1.1.23",
"@cspell/dict-ru_ru": "^2.2.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.6",
"@storybook/addon-a11y": "^7.6.14",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-controls": "^7.6.14",
"@storybook/addon-docs": "^7.6.14",
"@storybook/addon-essentials": "^7.6.14",
"@storybook/addon-interactions": "^7.6.14",
"@storybook/addon-links": "^7.6.14",
"@storybook/addon-toolbars": "^7.6.14",
"@storybook/addon-viewport": "^7.6.14",
"@storybook/angular": "^7.6.14",
"@storybook/blocks": "^7.6.14",
"@storybook/test": "^7.6.14",
"@testing-library/angular": "^14.5.1",
"@testing-library/jest-dom": "^6.3.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"copy-webpack-plugin": "^12.0.2",
"cspell": "^8.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.0",
"ng-packagr": "^16.2.0",
"prettier": "3.2.4",
"prettier-eslint": "^16.3.0",
"sass-loader": "^14.1.1",
"storybook": "^7.6.14",
"storybook-dark-mode": "^4.0.1",
"stylelint": "^16.3.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"typescript": "~5.1.3"
}
}