-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
143 lines (143 loc) · 4.49 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
{
"name": "react-redux-rtk-saga-materialui-typescript-starter",
"version": "1.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@hookform/resolvers": "^2.8.8",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@redux-saga/core": "^1.1.3",
"@reduxjs/toolkit": "^1.8.0",
"axios": "^0.26.1",
"history": "^5.3.0",
"i18next": "^21.6.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.27.1",
"react-i18next": "^11.15.6",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"redux": "^4.1.2",
"redux-first-history": "^5.0.8",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"serve": "serve -s build",
"test": "react-scripts test",
"test:e2e": "start-server-and-test serve http://localhost:3000 cy:run",
"cy:run": "cypress run",
"cy:open": "cypress open",
"coverage": "react-scripts test --coverage --watchAll=false",
"format": "prettier --write 'src'",
"eslint": "eslint --ext ts,tsx",
"lint": "yarn lint:css && yarn eslint src",
"lint:fix": "yarn lint --fix",
"lint:css": "stylelint './src/**/*.{jsx,js,tsx,ts}'",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"release": "semantic-release",
"release:dry-run": "semantic-release --dry-run",
"pre-commit": "lint-staged",
"postinstall": "husky install",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"@mswjs/data": "^0.9.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/node-logger": "^6.4.19",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"cypress": "^9.5.2",
"eslint": "8.11.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "16.1.2",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-storybook": "^0.5.7",
"husky": "7.0.4",
"lint-staged": "12.3.5",
"msw": "^0.39.2",
"postcss-scss": "4.0.3",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"redux-saga-test-plan": "^4.0.4",
"semantic-release": "^19.0.2",
"start-server-and-test": "^1.14.0",
"storybook-react-i18next": "^1.0.17",
"stylelint": "14.5.3",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard-scss": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"webpack": "^5.70.0"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.stories.{js,jsx,ts,tsx}",
"!src/stories/**",
"!src/test/**",
"!src/index.tsx",
"!src/reportWebVitals.ts"
]
},
"lint-staged": {
"*.{js,css,ts,tsx}": [
"pretty-quick --staged",
"yarn run lint:fix"
]
},
"msw": {
"workerDirectory": "public"
}
}