forked from SaulMoro/ngrx-rtk-query
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.26 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "ngrx-rtk-query-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build",
"test": "jest",
"test:watch": "npm run test -- --watch",
"test:coverage": "npm run test -- --coverage",
"test:ci": "npm run test -- --ci --runInBand",
"e2e": "ng e2e",
"lint": "ng lint",
"format": "prettier --check --ignore-unknown .",
"contributors:add": "all-contributors add",
"hooks:pre-commit": "node .husky/hooks/pre-commit.js",
"commit": "git add . && cz",
"deploy": "ng deploy --base-href=/ngrx-rtk-query/",
"copy": "cpx README.md dist/ngrx-rtk-query",
"build:lib": "ng build ngrx-rtk-query && npm run copy",
"test:lib": "jest --config ./projects/ngrx-rtk-query/jest.config.js",
"test:lib:watch": "npm run test:lib -- --watch",
"test:lib:coverage": "npm run test:lib -- --coverage",
"test:lib:ci": "npm run test:lib -- --ci --runInBand",
"semantic-release": "semantic-release",
"update:msw": "npx msw init src --no-save",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "~17.1.0",
"@angular/common": "~17.1.0",
"@angular/compiler": "~17.1.0",
"@angular/core": "~17.1.0",
"@angular/forms": "~17.1.0",
"@angular/platform-browser": "~17.1.0",
"@angular/platform-browser-dynamic": "~17.1.0",
"@angular/router": "~17.1.0",
"@ngneat/lib": "~5.0.0",
"@ngrx/effects": "17.1.0",
"@ngrx/router-store": "17.1.0",
"@ngrx/store": "17.1.0",
"@reduxjs/toolkit": "~2.0.1",
"rxjs": "~7.8.1",
"tslib": "~2.6.2",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-builders/jest": "~17.0.0",
"@angular-devkit/build-angular": "~17.1.0",
"@angular-eslint/builder": "~17.2.0",
"@angular-eslint/eslint-plugin": "~17.2.0",
"@angular-eslint/eslint-plugin-template": "~17.2.0",
"@angular-eslint/schematics": "~17.2.0",
"@angular-eslint/template-parser": "~17.2.0",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "~17.1.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@ngrx/store-devtools": "17.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/angular": "^14.5.1",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/user-event": "^14.5.2",
"@types/events": "^3.0.3",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.8",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"all-contributors-cli": "^6.26.1",
"angular-cli-ghpages": "1.0.7",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-ngrx": "^2.1.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-tailwindcss": "^3.14.0",
"eslint-plugin-testing-library": "^6.2.0",
"git-cz": "^4.9.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-preset-angular": "~13.1.6",
"jsonc-parser": "^3.2.0",
"lint-staged": "^15.2.0",
"msw": "^1.3.2",
"ng-packagr": "~17.1.0",
"node-fetch": "^2.7.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"protractor": "~7.0.0",
"semantic-release": "^22.0.12",
"stylelint": "^16.1.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.0.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.1",
"ts-node": "~10.9.2",
"typescript": "~5.2.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.{ts,html}": "eslint --cache --fix",
"*.{js,json,css,scss,ts,html,component.html}": [
"prettier --write --ignore-unknown"
],
"*.{scss,css}": [
"stylelint --fix"
]
}
}