-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "chat-vite-ts",
"private": true,
"main": "src/index.ts",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"start": "npx start-server -s ./dist"
},
"dependencies": {
"@hexlet/chat-server": "^1.1.9",
"@reduxjs/toolkit": "^2.1.0",
"@rollbar/react": "^0.11.2",
"axios": "^1.6.7",
"bootstrap": "^5.3.2",
"formik": "^2.4.5",
"leo-profanity": "^1.7.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-toastify": "^10.0.4",
"rollbar": "^2.26.2",
"socket.io-client": "^4.7.4",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/leo-profanity": "^1.5.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}