-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "@ericblade/quagga2-redux-middleware",
"version": "4.0.2",
"description": "Redux Middleware to make it easier to use @ericblade/quagga2",
"main": "./lib/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"prepublishOnly": "npm run build",
"test": "npm run build && npm run cypress:run",
"upgrade-deps": "npx npm-check-updates -u && npm install"
},
"peerDependencies": {
"@ericblade/quagga2": "^1.x",
"@reduxjs/toolkit": "^2.x",
"redux": "^5.x"
},
"author": "Eric Blade",
"license": "MIT",
"devDependencies": {
"@ericblade/quagga2": "^1.8.4",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"chai": "^5.0.0",
"cypress": "^13.6.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.3.3"
}
}