-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.json
43 lines (43 loc) · 1.17 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
{
"name": "juggernaut",
"version": "0.1.0",
"dependencies": {
"@material-ui/core": "^4.9.3",
"@material-ui/icons": "^4.9.1",
"@softboxlab/eslint-config-gandalf-lint-react": "^1.3.1",
"axios": "^0.20.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"i18next": "^19.8.1",
"i18next-browser-languagedetector": "^6.0.1",
"jest-styled-components": "^7.0.3",
"lodash.defaultsdeep": "^4.6.1",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.7.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"styled-components": "^5.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --maxWorkers=3",
"test:coverage": "react-scripts test --watchAll=false --coverage --no-cache --logHeapUsage --silent --maxWorkers=2",
"lint": "eslint --ext .jsx,.js src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}