-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.json
executable file
·135 lines (135 loc) · 4.46 KB
/
template.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
{
"package": {
"engines": {
"node": ">=16.x"
},
"scripts": {
"start:prod": "yarn run build && serve -s build",
"test:generators": "ts-node ./internals/testing/generators/test-generators.ts",
"checkTs": "tsc --noEmit",
"eslint": "eslint --ext js,ts,tsx",
"lint": "yarn run eslint src",
"lint:fix": "yarn run eslint --fix src",
"lint:css": "stylelint src/**/*.css",
"generate": "plop --plopfile internals/generators/plopfile.ts",
"cleanAndSetup": "ts-node ./internals/scripts/clean.ts",
"prettify": "prettier --write",
"extract-messages": "i18next-scanner --config=internals/extractMessages/i18next-scanner.config.js"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": ["yarn run eslint --fix"],
"*.{md,json}": ["prettier --write"]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*/*.d.ts",
"!src/**/*/Loadable.{js,jsx,ts,tsx}",
"!src/**/*/messages.ts",
"!src/**/*/types.ts",
"!src/index.tsx"
],
"coverageThreshold": {
"global": {
"branches": 90,
"functions": 90,
"lines": 90,
"statements": 90
}
}
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@react-google-maps/api": "2.18.1",
"@reduxjs/toolkit": "1.9.5",
"axios": "1.4.0",
"axios-hooks": "4.0.0",
"axios-retry": "3.5.1",
"fontfaceobserver": "2.3.0",
"i18next": "23.2.8",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.1",
"react": "18.2.0",
"react-app-polyfill": "3.0.0",
"react-dom": "18.2.0",
"react-helmet-async": "1.3.0",
"react-i18next": "13.0.1",
"react-intl": "6.4.4",
"react-is": "18.2.0",
"react-redux": "8.1.1",
"react-router-dom": "6.14.1",
"redux-injectors": "2.1.0",
"redux-saga": "1.2.3",
"sanitize.css": "13.0.0",
"styled-components": "5.3.10",
"web-vitals": "3.3.2",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@googlemaps/jest-mocks": "2.19.2",
"@storybook/addon-essentials": "7.0.26",
"@storybook/addon-interactions": "7.0.26",
"@storybook/addon-links": "7.0.26",
"@storybook/addon-viewport": "7.0.26",
"@storybook/blocks": "7.0.26",
"@storybook/manager-api": "7.0.26",
"@storybook/preset-create-react-app": "7.0.26",
"@storybook/react": "7.0.26",
"@storybook/react-webpack5": "7.0.26",
"@storybook/testing-library": "0.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/fontfaceobserver": "2.1.0",
"@types/jest": "29.5.2",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-redux": "7.1.25",
"@types/react-test-renderer": "18.0.0",
"@types/rimraf": "3.0.2",
"@types/shelljs": "0.8.12",
"@types/styled-components": "5.1.26",
"@types/testing-library__jest-dom": "5.14.7",
"@types/webpack": "5.28.1",
"@types/webpack-env": "1.18.1",
"babel-plugin-named-exports-order": "0.0.2",
"chalk": "5.3.0",
"cross-env": "7.0.3",
"cypress": "12.17.0",
"devmoji": "2.3.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.12",
"gh-pages": "5.0.0",
"git-branch-is": "4.0.0",
"husky": "8.0.3",
"i18next-scanner": "4.2.0",
"inquirer": "7.3.3",
"inquirer-directory": "2.2.0",
"jest-styled-components": "7.1.1",
"lint-staged": "13.2.3",
"msw": "1.2.2",
"node-plop": "0.26.3",
"plop": "2.7.6",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"react-scripts": "5.0.1",
"react-test-renderer": "18.2.0",
"replace-in-file": "7.0.1",
"rimraf": "5.0.1",
"serve": "14.2.0",
"shelljs": "0.8.5",
"standard-version": "9.5.0",
"storybook": "7.0.26",
"storybook-react-i18next": "2.0.6",
"stylelint": "15.9.0",
"stylelint-config-recommended": "12.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"webpack": "5.88.1"
}
}
}