-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.89 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
{
"name": "xime-tucu",
"homepage": "https://estebanburgos.com.ar",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"classnames": "^2.3.1",
"emailjs-com": "^3.2.0",
"formik": "^2.2.9",
"hammerjs": "^2.0.8",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-bottom-scroll-listener": "^5.0.0",
"react-card-flip": "^1.1.5",
"react-countdown-now": "^2.1.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-lazy-load-image-component": "^1.5.1",
"react-page-scroller": "^2.2.1",
"react-responsive-carousel": "^3.2.22",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.0",
"react-scroll": "^1.8.4",
"react-scroll-to-component": "^1.0.2",
"react-typical": "^0.1.3",
"reactjs-popup": "^2.0.5",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-start": "serve -s build -l 4000",
"lint": "eslint --ext .jsx,.js src",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"pre-commit": "npm run lint",
"pre-push": "npm test",
"post-merge": "npm install",
"post-rewrite": "npm install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"defaults",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/hammerjs": "^2.0.41",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-hash-link": "^2.4.5",
"@types/react-scroll": "^1.8.3",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"husky": "^7.0.4",
"json-server": "^0.17.0",
"node-sass": "^7.0.1",
"prettier": "^2.5.1"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
}
}