-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.83 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.83 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "delgo-map",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-query-firebase/analytics": "^0.1.2-alpha.0",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/react": "^7.84.0",
"@types/hammerjs": "^2.0.41",
"@types/imagemin-webp": "^7.0.0",
"axios": "^1.2.2",
"browser-image-compression": "^2.0.0",
"classnames": "^2.3.2",
"firebase": "^9.15.0",
"framer-motion": "^10.12.10",
"hammerjs": "^2.0.8",
"history": "^5.3.0",
"http-proxy-middleware": "^2.0.6",
"i": "^0.3.7",
"kakao.maps.d.ts": "^0.1.35",
"lodash": "^4.17.21",
"marker-clusterer-plus": "^2.1.4",
"node-sass": "^7.0.3",
"npm": "^9.4.1",
"react": "^18.2.0",
"react-apple-login": "^1.1.6",
"react-cool-onclickoutside": "^1.7.0",
"react-css-spinners": "^4.0.2",
"react-dom": "^18.2.0",
"react-easy-crop": "^4.6.3",
"react-intersection-observer": "^9.4.1",
"react-loading-skeleton": "^3.2.0",
"react-modal-sheet": "^1.10.0",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.1",
"react-scripts": "5.0.1",
"recharts": "^2.10.3",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"serve": "^14.1.2",
"swiper": "^9.3.2",
"tailwind-scrollbar": "^3.0.4",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "^4.9.4",
"vconsole": "^3.15.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-react": "^7.22.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.197",
"@types/navermaps": "^3.6.1",
"@types/node": "^16.18.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-transition-group": "^4.4.5",
"@types/redux-mock-store": "^1.0.3",
"@types/redux-persist": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"customize-cra": "^1.0.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"react-app-rewired": "^2.2.1",
"redux-mock-store": "^1.5.4",
"sass": "^1.58.0",
"tailwindcss": "^3.3.3"
}
}