UNPKG

2.95 kBJSONView Raw
1{
2 "name": "@wildberries/redux-core-modules",
3 "version": "0.0.33",
4 "description": "core redux modules",
5 "typings": "./dist/index.d.ts",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "scripts": {
9 "test:watch": "jest --watch",
10 "test": "set CI=true && jest",
11 "test:coverage": "jest --coverage",
12 "alias-resolve": "tscpaths -p tsconfig.json -s ./lib -o ./dist",
13 "compile": "tsc --project tsconfig.json",
14 "lint": "npx eslint . --ext .ts --fix",
15 "commit": "git add . && git commit --no-edit",
16 "packages-vulnerability-check": "check-audit",
17 "release": "npm run commit && git push && npm publish --access=public",
18 "beta": "npm run commit && git push && npm publish --tag beta --access=public",
19 "size": "pkgfiles",
20 "build": "rm -fr ./dist && npm run compile && npm run alias-resolve"
21 },
22 "license": "MIT",
23 "dependencies": {
24 "@wildberries/confirm-modal-portal": "0.0.4",
25 "@wildberries/notifications": "1.0.4",
26 "lodash-es": "4.17.15",
27 "react-redux": "7.2.0",
28 "redux": "4.0.5",
29 "redux-batched-actions": "0.4.1",
30 "redux-devtools-extension": "2.13.8",
31 "redux-saga": "1.1.1",
32 "js-file-download": "0.4.11"
33 },
34 "repository": {
35 "type": "git",
36 "url": "git+https://github.com/mihanizm56/redux-core-modules.git"
37 },
38 "bugs": {
39 "url": "https://github.com/mihanizm56/redux-core-modules/issues"
40 },
41 "homepage": "https://github.com/mihanizm56/redux-core-modules#readme",
42 "devDependencies": {
43 "@commitlint/cli": "9.1.2",
44 "@types/jest": "24.9.1",
45 "@types/lodash-es": "4.17.3",
46 "@types/react": "16.9.11",
47 "@types/react-redux": "7.1.7",
48 "@types/redux-batched-actions": "0.1.5",
49 "@types/redux-devtools-extension": "2.13.2",
50 "@types/redux-saga": "0.10.5",
51 "@types/reselect": "2.2.0",
52 "@types/router5": "5.0.0",
53 "@typescript-eslint/eslint-plugin": "2.5.0",
54 "@typescript-eslint/parser": "2.5.0",
55 "commitizen": "4.2.1",
56 "cross-env": "7.0.2",
57 "cz-customizable": "6.2.0",
58 "eslint": "6.6.0",
59 "eslint-config-airbnb": "18.0.1",
60 "eslint-config-prettier": "6.5.0",
61 "eslint-import-resolver-alias": "1.1.2",
62 "eslint-import-resolver-typescript": "2.0.0",
63 "eslint-import-resolver-webpack": "0.12.1",
64 "eslint-plugin-css-modules": "2.11.0",
65 "eslint-plugin-import": "2.18.2",
66 "eslint-plugin-jsx-a11y": "6.2.3",
67 "eslint-plugin-prettier": "3.1.1",
68 "eslint-plugin-react": "7.16.0",
69 "eslint-plugin-react-hooks": "2.2.0",
70 "eslint-plugin-security": "1.4.0",
71 "husky": "3.0.9",
72 "jest": "25.1.0",
73 "npm-audit-resolver": "2.1.0",
74 "pkgfiles": "2.3.2",
75 "prettier": "1.18.2",
76 "ts-jest": "25.4.0",
77 "tscpaths": "0.0.9",
78 "typescript": "3.8.3"
79 },
80 "files": [
81 "dist/"
82 ],
83 "config": {
84 "commitizen": {
85 "path": "node_modules/cz-customizable"
86 },
87 "cz-customizable": {
88 "config": "config/git/commitizen.js"
89 }
90 }
91}
\No newline at end of file