-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.18 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
{
"name": "freshtrash",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "npm-run-all --parallel build dev:server",
"dev:client": "vite",
"dev:server": "json-server --watch ./src/fakeServer/db.json",
"dev": "vite --mode development",
"build": "vite build --mode production",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"server": "npx json-server --watch ./src/fakeServer/db.json"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"@stomp/stompjs": "^7.0.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"axios": "^1.7.2",
"event-source-polyfill": "^1.0.31",
"flowbite": "^2.3.0",
"flowbite-react": "^0.8.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lowdb": "^7.0.1",
"msw": "^2.3.4",
"portone": "^2.1.0-oas22052024",
"react": "^18.2.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2",
"react-icons": "^5.0.1",
"react-multi-carousel": "^2.8.5",
"react-router-dom": "^6.22.3",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"react-type-animation": "^3.2.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"server": "^1.0.39",
"styled-components": "^6.1.8",
"url-join": "^5.0.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.10",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.1.1",
"json-server": "^0.17.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"vite": "^5.2.0",
"vitest": "^2.0.4"
}
}