-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "react-shop",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.10",
"axios": "^0.27.2",
"babel": "^6.23.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-lazy-load-image-component": "^1.5.6",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-slick": "^0.29.0",
"redux-thunk": "^2.4.2",
"redux-toolkit": "^1.1.2",
"slick-carousel": "^1.8.1",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@heroicons/react": "^1.0.6",
"@svgr/cli": "^6.3.1",
"@svgr/webpack": "^6.3.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-router": "^5.1.18",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"daisyui": "^2.22.0",
"firebase": "^9.9.2",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"react-hook-form": "^7.34.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.5",
"tailwind-styled-components": "^2.1.8",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4",
"vite": "^3.0.9",
"webpack": "^5.74.0"
}
}