-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "news-feed",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.10",
"@mui/material": "^5.15.5",
"@reduxjs/toolkit": "^2.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"axios": "^1.3.2",
"esbuild": "^0.17.10",
"helmet": "^6.0.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"path": "^0.12.7",
"primereact": "^10.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icon": "^1.0.0",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-slick": "^0.29.0",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.33",
"prettier": "2.8.3",
"tailwindcss": "^3.3.3",
"vite": "^4.1.4"
}
}