-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.75 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.75 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
{
"name": "dofarming",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "cross-env NODE_ENV=production next start -p 4000",
"lint": "next lint",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.0",
"@next/env": "^14.2.5",
"@stomp/stompjs": "^7.0.0",
"@swc/helpers": "^0.5.12",
"@types/lodash": "^4.17.7",
"@types/qs": "^6.9.15",
"@types/react-slick": "^0.23.13",
"classnames": "^2.5.1",
"client-only": "^0.0.1",
"event-source-polyfill": "^1.0.31",
"graceful-fs": "^4.2.11",
"lodash": "^4.17.21",
"next": "14.2.4",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-kakao-maps-sdk": "^1.1.27",
"react-slick": "^0.30.2",
"scheduler": "^0.23.2",
"sharp": "^0.33.4",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"styled-jsx": "5.1.1"
},
"devDependencies": {
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.51.23",
"@types/event-source-polyfill": "^1.0.5",
"@types/mapbox-gl": "^3.4.0",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sockjs-client": "^1.5.4",
"axios": "^1.7.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"kakao.maps.d.ts": "^0.1.40",
"mapbox-gl": "^3.5.2",
"msw": "^2.3.5",
"react-cookie": "^7.2.0",
"react-map-gl": "^7.1.7",
"recoil": "^0.7.7",
"styled-components": "^6.1.12",
"typescript": "^5.5.4"
},
"msw": {
"workerDirectory": [
"public"
]
}
}