forked from fga-eps-mds/2022-1-EuPescador-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.88 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "eupescador-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.1",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.2",
"cra-template-fretebras": "1.0.2",
"framer-motion": "^6.5.1",
"jest-environment-jsdom": "^29.0.3",
"leaflet": "^1.8.0",
"localStorage": "^1.0.4",
"msw": "^0.47.2",
"mui": "^0.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-excel-export": "^1.0.6",
"react-icons": "^4.4.0",
"react-leaflet": "^4.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "latest",
"react-toastify": "^9.0.8",
"styled-components": "^5.3.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "jest --ci --coverage --testLocationInResults",
"eject": "react-scripts eject",
"jest": "react-app-rewired test --passWithNoTests",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@swc/core": "^1.3.0",
"@swc/jest": "^0.2.22",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.5.2",
"@types/leaflet": "^1.7.11",
"@types/lodash": "^4.14.178",
"@types/node": "^16.7.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.21",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"eslint": "7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.0",
"jest": "^28.1.3",
"jest-sonar-reporter": "^2.0.0",
"jest-styled-components": "^7.0.8",
"miragejs": "^0.1.45",
"parcel-bundler": "^1.12.5",
"prettier": "^2.5.1",
"react-app-rewired": "^2.1.11",
"react-scripts": "5.0.0",
"standard-version": "^9.3.2",
"ts-jest": "^28.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.4.2"
}
}