-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.07 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.07 KB
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
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.16",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/axios": "^0.14.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.4",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-draft-wysiwyg": "^1.13.4",
"apollo-link-http": "^1.5.17",
"aws-sdk": "^2.1297.0",
"axios": "^1.2.2",
"buffer": "^6.0.3",
"dompurify": "^2.4.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"graphql": "^15.8.0",
"html-to-draftjs": "^1.5.0",
"lorem-ipsum": "^2.0.8",
"material-ui-popup-state": "^5.0.4",
"num-to-words": "^0.2.1",
"random-words": "^1.2.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-code-blocks": "^0.1.4",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-mui-draft-wysiwyg": "^1.0.3",
"react-router-dom": "^6.4.4",
"react-scripts": "5.0.1",
"react-select": "^5.7.7",
"react-waypoint": "^10.3.0",
"typescript": "^4.9.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"deploy": "aws s3 sync build/ s3://dylanbeckwith.fyi",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy-aws": "node aws-deploy.js"
},
"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": {
"tsconfig-paths": "^4.1.1"
}
}