forked from prgrms-fe-devcourse/FEDC3_Tripend_JAEHO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.77 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
{
"name": "fedc3_tripend_jaeho",
"version": "2.0.0",
"description": "![배너](https://user-images.githubusercontent.com/76807107/213392089-f7e50f19-3bf7-47fd-ac45-d924128739d1.jpg)",
"main": ".prettierrc.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"eslint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prgrms-fe-devcourse/FEDC3_Tripend_JAEHO.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prgrms-fe-devcourse/FEDC3_Tripend_JAEHO/issues"
},
"homepage": "https://github.com/prgrms-fe-devcourse/FEDC3_Tripend_JAEHO#readme",
"devDependencies": {
"@types/node": "^18.15.12",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"axios": "^1.3.5",
"browser-image-compression": "^2.0.2",
"formik": "^2.2.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.10.0",
"recoil": "^0.7.7",
"sweetalert": "^2.1.2",
"yup": "^1.1.0"
}
}