-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "mattnaybour",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Naybs808/mattnaybour",
"author": "Matt Naybour <[email protected]>",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@iconify/json": "^2.2.208",
"@iconify/tailwind": "^1.0.1",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"emailjs-com": "^3.2.0",
"eslint": "9.x",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"react-spring": "^9.7.3",
"sass": "^1.77.2",
"typeface-lato": "^1.1.13",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "react-scripts start"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/compat": "^1.0.1",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.3.0",
"typescript-eslint": "^7.9.0"
}
}