-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·175 lines (175 loc) · 4.97 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
175
{
"name": "di-planistra",
"version": "1.4.11",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=production razzle start --type=spa",
"dev": "NODE_ENV=development razzle start --type=spa",
"build": "NODE_ENV=production razzle build --type=spa",
"test": "razzle test --ci --env=jsdom --coverage",
"lint": "eslint --ext .tsx,.ts,.js --quiet",
"lint:fix": "eslint --ext .tsx,.ts,.js --quiet --fix",
"type-check": "tsc --noEmit",
"release": "standard-version --no-verify"
},
"main": "index.js",
"dependencies": {
"@hookform/resolvers": "1.3.2",
"@loadable/component": "^5.14.1",
"@testing-library/react": "^11.1.1",
"@testing-library/react-hooks": "^3.4.2",
"@types/react-responsive": "^8.0.2",
"@types/react-slick": "0.23.4",
"axios": "^0.21.0",
"axios-extensions": "^3.1.3",
"copy-to-clipboard": "3.3.1",
"csstype": "3.0.5",
"dayjs": "^1.9.6",
"express": "^4.17.1",
"framer-motion": "^2.9.4",
"hex-rgb": "^4.2.0",
"intl-messageformat": "^9.3.15",
"lodash": "^4.17.20",
"mobx": "^5.15.5",
"mobx-react": "^6.2.5",
"qrcode.react": "1.0.1",
"qs": "^6.9.4",
"razzle": "3.3.13",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "6.14.2",
"react-loader-spinner": "4.0.0",
"react-loading-skeleton": "2.2.0",
"react-responsive": "^8.1.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-share": "4.3.1",
"react-slick": "^0.27.13",
"react-test-renderer": "^17.0.1",
"react-use": "15.3.8",
"slick-carousel": "1.8.1",
"styled-components": "^5.2.1",
"typescript": "4.1.1-rc",
"yup": "0.32.8"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/webpack-plugin": "^5.14.0",
"@types/axios": "^0.14.0",
"@types/googlemaps": "^3.40.3",
"@types/hex-rgb": "^4.1.1",
"@types/history": "^4.7.8",
"@types/jest": "^26.0.15",
"@types/loadable__component": "^5.13.1",
"@types/lodash": "^4.14.165",
"@types/qrcode.react": "1.0.1",
"@types/qs": "^6.9.5",
"@types/react-dom": "^16.9.9",
"@types/react-loadable": "^5.5.4",
"@types/react-router-config": "^5.0.1",
"@types/react-router-dom": "^5.1.6",
"@types/react-scroll": "^1.8.2",
"@types/styled-components": "^5.1.4",
"@types/yup": "0.29.11",
"autoprefixer": "10.2.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.11.1",
"babel-preset-razzle": "^3.3.7",
"brotli-webpack-plugin": "^1.1.0",
"cache-loader": "^4.1.0",
"css-loader": "^3.5.3",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^1.0.0",
"husky": "^4.3.5",
"intersection-observer": "^0.11.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"jest-transform-stub": "^2.0.0",
"lint-staged": "^10.5.3",
"loadable-ts-transformer": "^1.0.0-alpha.3",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.9.0",
"precss": "4.0.0",
"prettier": "2.2.1",
"razzle-plugin-bundle-analyzer": "^1.2.0",
"razzle-plugin-typescript": "^3.3.7",
"standard-version": "9.1.1",
"style-loader": "^1.2.1",
"timemachine": "^0.3.2",
"ts-loader": "^8.0.11",
"typescript-plugin-styled-components": "^1.4.4",
"webpack": "^5.4.0",
"webpack-retry-chunk-load-plugin": "^1.4.0"
},
"jest": {
"transform": {
"\\.(js|jsx|ts|tsx)$": "babel-jest",
"\\.css$": "<rootDir>/node_modules/razzle/config/jest/cssTransform.js",
"\\.(svg|png|jpg|jpeg|gif)$": "<rootDir>/node_modules/razzle/config/jest/fileTransform.js"
},
"testMatch": [
"<rootDir>/src/**/*.(spec|test).(ts|js)?(x)"
],
"modulePaths": [
"<rootDir>/src/"
],
"moduleFileExtensions": [
"js",
"json",
"jsx",
"ts",
"tsx"
],
"collectCoverageFrom": [
"src/**/*.{ts,tsx}",
"!src/**/*.d.ts",
"!src/**/types.ts",
"!src/**/styled.{ts,tsx}",
"!src/**/constants.{ts,tsx}",
"!src/types/index.ts",
"!src/**/mocks/*.{ts,tsx}",
"!src/common/styles/colors/**/*",
"!src/common/styles/mixins/**/*",
"!src/common/styles/fonts/**/*",
"!src/**/locale.ts"
],
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.jest.json"
}
},
"coverageReporters": [
"cobertura",
"text"
],
"coverageThreshold": {
"global": {
"statements": 80,
"branches": 80,
"functions": 80,
"lines": 80
}
}
}
}