-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
78 lines (78 loc) · 2.14 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
{
"name": "gitpop3",
"homepage": "https://andremiras.github.io/gitpop3/",
"version": "2020.12.19",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.8",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@sentry/react": "^5.29.2",
"@sentry/tracing": "^5.29.2",
"@testing-library/jest-dom": "^5.11.4",
"bootstrap": "^4.5.3",
"font-awesome": "^4.7.0",
"graphql": "^16.3.0",
"lodash": "^4.17.21",
"react": "^17",
"react-bootstrap": "^1.6.8",
"react-dom": "^17",
"react-js-pagination": "^3.0.3",
"react-scripts": "4.0.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --coverage",
"eject": "react-scripts eject",
"lint": "npx prettier --check README.md .github src serverless terraform",
"format": "npx prettier --write README.md .github src serverless terraform",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.15",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/react-js-pagination": "^3.0.4",
"@types/react-test-renderer": "^17.0.1",
"coveralls": "^3.1.0",
"eslint-config-airbnb": "^18.2.1",
"gh-pages": "^3.1.0",
"moment": "^2.29.1",
"prettier": "2.5.1",
"react-test-renderer": "^17.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
}
}