-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "e-room-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "env-cmd -f .env next",
"build": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-room/e-room-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/e-room/e-room-web/issues"
},
"homepage": "https://github.com/e-room/e-room-web#readme",
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"axios": "^1.2.1",
"browser-image-compression": "^2.0.0",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.7",
"env-cmd": "^10.1.0",
"form-data": "^4.0.0",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"lottie-web": "^5.9.6",
"next": "^12.2.4",
"next-pwa": "^5.6.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "^18.2.0",
"react-perfect-scrollbar": "^1.5.8",
"react-query": "^3.39.2",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.7.0",
"react-simple-star-rating": "^5.1.7",
"recoil": "^0.7.5",
"shortid": "^2.2.16"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@svgr/webpack": "^6.3.1",
"babel-loader": "^8.2.5"
}
}