-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.94 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
{
"name": "eatery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/core": "^11.0.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.14.16",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"browser-image-compression": "^2.0.2",
"exifr": "^7.1.3",
"framer-motion": "^10.16.4",
"heic2any": "^0.0.4",
"next": "13.4.7",
"next-redux-wrapper": "^8.1.0",
"polished": "^4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-kakao-maps-sdk": "^1.1.9",
"react-modal-sheet": "^2.0.0",
"react-query": "^3.39.3",
"react-redux": "^8.1.1",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.16.0",
"react-slick": "^0.29.0",
"react-swipeable-views": "^0.14.0",
"redux": "^4.2.1",
"slick-carousel": "^1.8.1",
"swiper": "^10.0.4",
"ts-pattern": "^5.0.1"
},
"packageManager": "[email protected]",
"devDependencies": {
"@babel/runtime": "^7.22.5",
"@emotion/babel-plugin": "^11.11.0",
"@svgr/webpack": "^8.1.0",
"@types/axios": "^0.14.0",
"@types/browser-image-compression": "^1.0.9",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-dropzone": "^5.1.0",
"@types/react-query": "^1.2.9",
"@types/react-redux": "^7.1.33",
"@types/react-slick": "^0.23.10",
"@types/react-swipeable-views": "^0",
"@yarnpkg/pnpify": "^4.0.0-rc.47",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.3.3"
}
}