-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
64 lines (64 loc) · 1.82 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
{
"name": "juggernaut-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.3",
"@material-ui/icons": "^4.9.1",
"@mdx-js/mdx": "^1.6.18",
"axios": "^0.21.1",
"i18next": "^19.8.1",
"i18next-browser-languagedetector": "^6.0.1",
"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",
"docs:dev": "docz dev",
"docs:build": "docz build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@softboxlab/eslint-config-gandalf-lint-react": "^1.3.1",
"docz": "^2.2.0",
"docz-theme-default": "^1.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"jest-styled-components": "^7.0.3"
},
"engines": {
"node": ">=14",
"npm": ">=6"
},
"author": "Stanley Gomes <[email protected]>",
"contributors": [
"Lucas Vilaboim <[email protected]> (https://vilaboim.com)",
"Marcony Neves <[email protected]>",
"Marlon Maxwel <[email protected]>",
"Rafael Alves <[email protected]",
"Rafael Ribeiro <[email protected]>",
"Paulo Junior <[email protected]>"
],
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}