-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
58 lines (58 loc) · 1.8 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
{
"package": {
"dependencies": {
"@chakra-ui/icons": "latest",
"@chakra-ui/react": "latest",
"@chakra-ui/theme-tools": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"@types/jest": "latest",
"@types/node": "latest",
"@types/react-dom": "latest",
"@types/react": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"env-cmd": "latest",
"eslint-config-airbnb-typescript": "latest",
"eslint-config-airbnb": "latest",
"eslint-import-resolver-typescript": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-react-hooks": "latest",
"eslint-plugin-react": "latest",
"eslint": "latest",
"framer-motion": "latest",
"react-app-polyfill": "latest",
"react-helmet-async": "latest",
"react-icons": "latest",
"react-router-dom": "latest",
"recoil": "latest",
"typescript": "latest",
"web-vitals": "latest"
},
"scripts": {
"start": "env-cmd -e default,development react-scripts start",
"build:stage": "env-cmd -e default,staging react-scripts build",
"build": "env-cmd -e default,production react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
}