-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.07 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
64
65
66
67
68
69
70
71
{
"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": {
"@tanstack/react-query": "^5.80.6",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"compression": "^1.8.0",
"cypress-wait-until": "^3.0.2",
"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": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@cypress/webpack-preprocessor": "^6.0.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/cypress": "^1.1.6",
"@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",
"babel-loader": "^10.0.0",
"crypto-browserify": "^3.12.1",
"cypress": "^14.5.0",
"cypress-social-logins": "^1.14.2",
"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"
}
}