forked from user-365/UGAHacks8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
{
"name": "hoobank",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-react": "^7.18.6",
"@chakra-ui/react": "^2.4.9",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-google-maps/api": "^2.18.1",
"axios": "^1.3.2",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"csv-parser": "^3.0.0",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"mongodb": "^5.0.0",
"mongoose": "^6.9.0",
"react": "^18.2.0",
"react-date-range": "^1.4.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"react-scripts": "^5.0.1",
"sort-by": "^0.0.2",
"storejs": "^2.0.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"sass": "^1.58.0",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
},
"description": "A ReactJS & Tailwind CSS Travel Website which I built to enhance using TailwindCSS with ReactJS. Inspired by [_Code Commerce_](https://www.youtube.com/watch?v=gXdHvoWvViQ)",
"main": "vite.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}