-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
147 lines (147 loc) · 4.09 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "react-redux-hooks",
"version": "1.0.0",
"main": "index.js",
"license": "BSD-3-Clause",
"private": true,
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"antd": "4.24.16",
"axios": "0.29.0",
"emotion": "11.0.0",
"formik": "2.4.6",
"libreact": "2.13.3",
"path-to-regexp": "6.3.0",
"query-string": "5.1.1",
"react": "17.0.2",
"react-color": "2.19.3",
"react-dom": "17.0.2",
"react-fast-compare": "3.2.2",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
"redux-aggregate": "2.1.2",
"redux-thunk": "2.4.2",
"styled-system": "5.1.5",
"yup": "0.32.11"
},
"devDependencies": {
"@storybook/addon-actions": "6.3.7",
"@storybook/addon-essentials": "6.3.7",
"@storybook/addon-knobs": "6.2.9",
"@storybook/addon-links": "6.3.7",
"@storybook/addon-viewport": "6.3.7",
"@storybook/addons": "6.3.7",
"@storybook/cli": "6.3.7",
"@storybook/node-logger": "6.3.7",
"@storybook/react": "6.3.7",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "7.0.2",
"@types/css-minimizer-webpack-plugin": "3.0.2",
"@types/enzyme": "3.10.9",
"@types/faker": "5.5.8",
"@types/jest": "26.0.24",
"@types/mini-css-extract-plugin": "1.4.3",
"@types/query-string": "5.1.0",
"@types/react": "17.0.19",
"@types/react-color": "3.0.5",
"@types/react-dom": "17.0.9",
"@types/react-lifecycles-compat": "3.0.1",
"@types/react-router-dom": "5.1.8",
"@types/styled-system": "5.1.13",
"@types/terser-webpack-plugin": "5.0.4",
"@types/webpack-dev-server": "3.11.6",
"@types/yup": "0.29.13",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.3",
"add": "2.0.6",
"axios-mock-adapter": "1.20.0",
"cache-loader": "4.1.0",
"cpx": "1.5.0",
"css-loader": "5.2.7",
"css-minimizer-webpack-plugin": "3.0.2",
"enzyme": "3.11.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"faker": "5.5.3",
"html-webpack-plugin": "5.3.2",
"husky": "6.0.0",
"jest": "27.1.0",
"jest-enzyme": "7.1.2",
"less": "4.1.1",
"less-loader": "7.3.0",
"lint-staged": "11.1.2",
"mini-css-extract-plugin": "1.6.2",
"npm-run-all": "4.1.5",
"optimize-css-assets-webpack-plugin": "6.0.1",
"prettier": "2.3.2",
"react-hooks-testing-library": "0.6.0",
"redux-devtools-extension": "2.13.9",
"storycap": "3.1.0",
"style-loader": "2.0.0",
"terser-webpack-plugin": "5.2.3",
"thread-loader": "3.0.4",
"ts-config-webpack-plugin": "2.0.3",
"ts-jest": "27.0.5",
"ts-loader": "8.3.0",
"ts-node": "10.2.1",
"typescript": "4.4.2",
"webpack": "5.94.0",
"webpack-cli": "4.8.0",
"webpack-dev-server": "3.11.2",
"yarn": "1.22.13"
},
"resolutions": {
"@types/react": "17.0.66",
"@types/react-dom": "17.0.21",
"@types/hoist-non-react-statics": "3.3.6",
"hoist-non-react-statics": "^3.3.0"
},
"scripts": {
"build": "webpack --mode production",
"build-storybook": "build-storybook",
"lint": "eslint 'src/**/*.ts{,x}'",
"precommit": "lint-staged",
"start": "webpack serve --mode development --open",
"storybook": "start-storybook -p 6006",
"test": "jest --maxWorkers=1"
},
"jest": {
"setupFilesAfterEnv": [
"./config/jest.setup.ts"
],
"testURL": "http://localhost/",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testEnvironment": "jsdom",
"testMatch": [
"**/src/**/*.spec.ts?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"globals": {
"ts-jest": {
"tsconfig": "<rootDir>/config/tsconfig.test.json"
}
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}