-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.24 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
{
"homepage": "do-farming-web.vercel.app",
"name": "dofarming_web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "~1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@react-google-maps/api": "^2.19.3",
"@types/react-datepicker": "^4.19.5",
"@vitejs/plugin-react": "^4.2.1",
"add": "^2.0.6",
"autoclean": "^1.0.2",
"axios": "^1.6.5",
"date-fns": "^3.3.1",
"fetch": "^1.1.0",
"firebase": "^10.7.1",
"google-maps-react": "^2.0.6",
"install": "^0.13.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "^14.1.4",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-calendar": "^4.8.0",
"react-date-range": "1.1.3",
"react-datepicker": "^6.1.0",
"react-dates": "^21.8.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-modal": "^3.16.1",
"react-native-dates": "^2.0.4",
"react-router-dom": "^6.22.1",
"react-social-login-buttons": "^3.9.1",
"styled-components": "^6.1.8",
"tailwindcss": "^3.4.1",
"uuid": "^9.0.1",
"yarn": "^1.22.21"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.1",
"prettier": "3.1.1",
"rollup": "^4.9.6",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-postcss": "^4.0.2",
"vite": "^5.0.12",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/Finna-GDSC/DoFarming_WEB.git",
"author": "박예은 <[email protected]>, 이윤아 <[email protected]>"
}