-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.23 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
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "portfolio",
"version": "0.1.0",
"description": "My personal portfolio website",
"author": {
"name": "Reed Vogt",
"email": "reedvogt1999@gmail.com",
"url": "https://reedvogt.com/"
},
"license": "MIT",
"private": false,
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/reedoooo/portfolio-prep"
},
"bugs": {
"url": "https://github.com/reedoooo/portfolio-prep/issues"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"lint": "eslint src/**/*.{js,jsx} --no-ignore"
},
"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": {
"@auth0/auth0-react": "^2.1.1",
"@brookr/react-switch": "^6.0.1",
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.18",
"auth0-js": "^9.21.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"express-openid-connect": "^2.16.0",
"framer-motion": "^10.12.18",
"jquery": "^3.7.0",
"jsonwebtoken": "^9.0.1",
"jwt-decode": "^3.1.2",
"mongoose": "^7.3.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-cookie": "^5.0.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-github-calendar": "^4.0.1",
"react-icons": "^4.10.1",
"react-if": "^4.1.5",
"react-parallax-tilt": "^1.7.151",
"react-pdf": "^7.1.2",
"react-router-bootstrap": "^0.26.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^6.14.1",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.9",
"react-simple-placeholder-image": "^0.1.2",
"react-spring": "^9.7.2",
"react-tsparticles": "^2.10.1",
"react-use-gesture": "^9.1.3",
"react-vertical-timeline-component": "^3.6.0",
"web-vitals": "^3.3.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.10",
"@babel/eslint-plugin": "7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-jsx": "7.22.5",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@iconify/icons-logos": "^1.2.33",
"@iconify/react": "^4.1.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.47.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.33.2",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"sass": "^1.63.6",
"typescript": "^4.9.5"
}
}