-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
{
"name": "postop",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.3",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-loader": "^7.0.2",
"rc-progress": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.11.2",
"react-redux": "^8.0.5",
"react-router": "^6.6.2",
"react-router-dom": "^6.6.2",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"stream-chat": "^8.3.0",
"stream-chat-react": "^10.5.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-csstree-validator": "^2.1.0",
"stylelint-scss": "^4.3.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@redux-devtools/core": "^3.13.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint-config-airbnb": "^19.0.4",
"postcss-import": "^15.1.0",
"stylelint": "^14.16.1",
"tailwindcss": "^3.2.6",
"vite": "^4.0.0"
}
}