forked from 4und-Cloud/TablePick-FrontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.78 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
{
"name": "tablepick-frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"staging": "vite --host --mode staging",
"build": "vite build --mode production",
"preview": "vite preview",
"test": "jest --verbose",
"coverage": "jest --coverage"
},
"dependencies": {
"@supabase/supabase-js": "^2.106.2",
"@tanstack/react-query": "^5.80.6",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"compression": "^1.8.0",
"date-fns": "^4.1.0",
"firebase": "^11.8.1",
"http-proxy-middleware": "^3.0.5",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.16.0",
"react-kakao-maps": "^0.0.13",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.5.3",
"twin.macro": "^3.4.1",
"vite-plugin-svgo": "^2.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/cypress": "^0.1.6",
"@types/jest": "^29.5.14",
"@types/leaflet": "^1.9.17",
"@types/lodash": "^4.17.17",
"@types/node": "^22.15.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"globals": "^16.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.0-beta.3",
"nyc": "^17.1.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.3.4",
"typescript": "~5.7.2",
"vite": "^6.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-pwa": "^1.0.0"
}
}