-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.79 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
{
"name": "dylan-munson-website",
"description": "A website to use as an online application for me (Dylan Munson)",
"author": "CodeyGuyDylan",
"keywords": [
"application",
"dylan",
"munson",
"personal website"
],
"license": "UNLICENSED",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fontsource/fira-code": "^4.5.1",
"@netlify/functions": "^0.7.2",
"axios": "^0.23.0",
"formik": "^2.2.9",
"nodemailer": "^6.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.1.2",
"react-icons": "^4.3.1",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"styled-components": "^5.3.1",
"typescript": "^4.4.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^16.11.0",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.4",
"@types/react-router-dom": "^5.3.1",
"@types/styled-components": "^5.1.15"
},
"resolutions": {
"glob-parent": "^6.0.2",
"immer": "^9.0.6",
"set-value": "^4.0.1",
"nth-check": "^2.0.1",
"ansi-regex": "^5.0.1",
"browserslist": "^4.16.5"
}
}