This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.92 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
{
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --mode development",
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.4",
"@mui/styled-engine-sc": "^5.12.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/react-slick": "^0.23.10",
"axios": "^1.4.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"file-loader": "^6.2.0",
"moment": "^2.29.4",
"react": "^17.0.2",
"react-datepicker": "^4.16.0",
"react-dom": "^17.0.2",
"react-images-uploading": "^3.1.7",
"react-kakao-login": "^2.1.1",
"react-kakao-maps-sdk": "^1.1.9",
"react-redux": "^8.1.1",
"react-router-dom": "^6.13.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"style-loader": "^3.3.3",
"styled-components": "^5.3.11",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@types/react": "^18.2.8",
"@types/react-datepicker": "^4.15.0",
"@types/react-dom": "^18.2.4",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"babel-loader": "^9.1.2",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"html-webpack-plugin": "^5.5.1",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "^4.15.0"
}
}