-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.4 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.4 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "evo-ui",
"version": "0.0.0",
"homepage": "https://evotor.github.io/Evo-UI-Kit",
"repository": {
"type": "git",
"url": "https://github.com/evotor/Evo-UI-Kit.git"
},
"private": false,
"engines": {
"node": ">=18",
"yarn": "Please use npm instead of yarn to install dependencies"
},
"scripts": {
"ng": "ng",
"------------------ Start ------------------": "",
"start": "ng serve",
"storybook": "ng run evo-ui-kit:storybook",
"------------------ Build ------------------": "",
"build": "gulp",
"build:storybook": "gulp storybook",
"------------------ Test ------------------": "",
"test": "ng test evo-ui-kit --browsers Chrome",
"test:ci": "ng test evo-ui-kit --browsers=ChromeHeadless --watch=false --code-coverage",
"------------------ Lint ------------------": "",
"lint": "npm run lint:ts && npm run lint:styles",
"lint:ts": "ng lint --quiet",
"lint:ts:fix": "ng lint --quiet --fix",
"lint:styles": "stylelint \"src/**/*.scss\"",
"lint:styles:fix": "stylelint \"src/**/*.scss\" --syntax scss --fix"
},
"dependencies": {
"@angular/animations": "17.3.10",
"@angular/cdk": "17.3.10",
"@angular/cli": "17.3.8",
"@angular/common": "17.3.10",
"@angular/compiler": "17.3.10",
"@angular/compiler-cli": "17.3.10",
"@angular/core": "17.3.10",
"@angular/forms": "17.3.10",
"@angular/language-service": "17.3.10",
"@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"@ng-select/ng-select": "12.0.7",
"@popperjs/core": "2.11.8",
"angular-imask": "7.6.1",
"autobind-decorator": "^2.4.0",
"core-js": "^3.6.5",
"flatpickr": "4.6.9",
"handlebars": "4.7.7",
"imask": "7.6.1",
"lodash-es": "^4.17.15",
"ng-packagr": "17.3.0",
"ngx-page-scroll": "12.0.0",
"ngx-page-scroll-core": "12.0.0",
"rxjs": "7.8.1",
"ts-keycode-enum": "^1.0.4",
"ts-loader": "^6.2.1",
"ts-node": "~5.0.1",
"tslib": "^2.2.0",
"typescript": "5.4.5",
"zone.js": "~0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular-devkit/core": "17.3.8",
"@angular-eslint/builder": "17.5.2",
"@angular-eslint/eslint-plugin": "17.5.2",
"@angular-eslint/eslint-plugin-template": "17.5.2",
"@angular-eslint/schematics": "17.5.2",
"@angular-eslint/template-parser": "17.5.2",
"@commitlint/cli": "19.3.0",
"@commitlint/config-angular": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@evotor-dev/eslint-config-ng": "^0.3.0",
"@evotor-dev/evo-icons": "1.0.2",
"@evotor-dev/front-tools-config": "^2.0.1",
"@evotor-dev/prettier-config": "^2.2.0",
"@ngneat/spectator": "16.0.0",
"@prettier/plugin-xml": "3.4.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.5",
"@semantic-release/release-notes-generator": "14.0.0",
"@storybook/addon-actions": "^8.1.5",
"@storybook/addon-controls": "^8.1.5",
"@storybook/angular": "^8.1.5",
"@storybook/manager-api": "8.1.5",
"@storybook/theming": "8.1.5",
"@types/jasmine": "^3.6.11",
"@types/jasminewd2": "^2.0.11",
"@types/lodash-es": "4.17.12",
"@types/mime": "3.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.9.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "0.8.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.0.1",
"gulp-postcss": "^7.0.1",
"husky": "8.0.3",
"jasmine-core": "5.1.2",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lint-staged": "12.5.0",
"mime": "3.0.0",
"ng-lint-staged": "12.0.4",
"postcss-scss": "^1.0.6",
"postcss-url": "^7.3.2",
"prettier-plugin-organize-attributes": "1.0.0",
"rimraf": "^2.6.3",
"semantic-release": "24.0.0",
"storybook": "^8.1.5",
"stylelint": "^9.2.1",
"stylelint-config-rational-order": "^0.0.2",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.17.2"
}
}