-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
174 lines (174 loc) · 5.73 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "react-typescript-ant-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "npm-run-all start-js",
"staging": "dotenv -e .env.qa npm-run-all start-js",
"prettier-watch": "onchange '**/*.tsx' '**/*.less' -- prettier --write {{changed}}",
"stylelint-watch": "onchange '**/*.less' -- stylelint --fix {{changed}}",
"stylelint-check": "stylelint-config-prettier-check",
"lint-tsx": "tslint './src/**/*.tsx'",
"lint-css": "stylelint './src/**/*.less'",
"lint-css:fix": "stylelint './src/**/*.less' --fix",
"start-js": "react-app-rewired start",
"build": "react-app-rewired build",
"build:stg": "dotenv -e .env.stg react-app-rewired build",
"build:prod": "dotenv -e .env.prod react-app-rewired build",
"start-build": "http-server ./build",
"test": "react-app-rewired test --env=jsdom --collectCoverageFrom=src/**/**/*.{ts,tsx} ",
"test coverage": "react-app-rewired test --coverage --env=jsdom --collectCoverageFrom=src/**/**/*.{ts,tsx}",
"test:watch": "test --watch",
"eject": "react-app-rewired eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/helper-builder-react-jsx": "^7.19.0",
"@babel/helper-regex": "^7.10.5",
"@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
"@casl/ability": "^6.3.1",
"@casl/react": "^3.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/card-validator": "^7.0.1",
"@types/history": "^4.7.11",
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.8.4",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/react-router": "^5.1.19",
"@types/react-router-dom": "^5.3.3",
"@types/react-window": "^1.8.5",
"@types/redux": "^3.6.31",
"antd": "4.23.5",
"axios": "^1.1.2",
"babel-eslint": "^10.1.0",
"bluebird": "^3.7.2",
"card-validator": "^8.1.1",
"chart.js": "^3.9.1",
"connected-react-router": "^6.9.3",
"css-loader": "^6.7.1",
"file-saver": "^2.0.5",
"focus-formik-error": "^1.1.0",
"formik": "^2.2.9",
"formik-error-focus": "^2.0.0",
"google-maps-react": "^2.0.6",
"history": "^5.3.0",
"html2canvas": "^1.4.1",
"i18next": "^21.10.0",
"js-cookie": "^3.0.1",
"jspdf": "^2.5.1",
"jszip": "^3.10.1",
"levenary": "^1.1.1",
"moment": "^2.29.4",
"postcss-loader": "^7.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-app-rewire-alias": "^1.1.7",
"react-chartjs-2": "^4.3.1",
"react-dom": "^17.0.2",
"react-google-autocomplete": "^2.7.0",
"react-i18next": "^11.18.6",
"react-image-lightbox": "^5.1.4",
"react-password-strength-bar": "^0.4.1",
"react-redux": "^8.0.4",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"react-slick": "^0.29.0",
"react-static-google-map": "^0.9.0",
"redux": "^4.2.0",
"redux-saga": "^1.2.1",
"redux-thunk": "^2.4.1",
"reduxsauce": "^1.2.1",
"slick-carousel": "^1.8.1",
"standard": "^17.0.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.6",
"swr": "^1.3.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "<4.8",
"virtualizedtableforantd4": "^1.2.0",
"virtuallist-antd": "^0.7.4",
"webpack": "^5.74.0",
"yup": "^0.32.11"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0"
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/node-logger": "^6.5.12",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@testing-library/dom": "^8.19.0",
"@testing-library/user-event": "^14.4.3",
"@types/bluebird": "^3.5.37",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.1.2",
"@types/reach__router": "^1.3.11",
"@types/react": "^18.0.21",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"babel-plugin-import": "^1.13.5",
"customize-cra": "^1.0.0",
"dotenv-cli": "^6.0.0",
"eslint": "^8.25.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-storybook": "^0.6.6",
"http-server": "^14.1.1",
"jest": "^29.1.2",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"node-less-chokidar": "^0.4.1",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.2",
"prettier": "2.7.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"source-map-explorer": "^2.5.3",
"stylelint": "^14.13.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^28.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
}
}