-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "fe-soonmarket",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"@react-spring/web": "^9.7.5",
"@reduxjs/toolkit": "^2.3.0",
"@stomp/stompjs": "^7.0.0",
"@types/react-redux": "^7.1.34",
"axios": "^1.7.7",
"base-64": "^1.0.0",
"framer-motion": "^12.0.6",
"jwt-decode": "^4.0.0",
"react": "^18.3.1",
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-image-crop": "^11.0.7",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.1",
"react-tinder-card": "^1.6.4",
"redux": "^5.0.1",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"styled-components": "^6.1.13",
"uuid": "^11.0.3"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/json-schema": "^7.0.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-eslint": "^1.8.1"
}
}