-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
58
{
"name": "gadgetarium-js-moscow",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prettier": "prettier",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^7.1.1",
"@paypal/paypal-js": "^8.1.0",
"@paypal/react-paypal-js": "^8.4.0",
"@reduxjs/toolkit": "^2.2.3",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.5.0",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"esbuild": "^0.21.5",
"express": "^4.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.2",
"react-player": "^2.16.0",
"react-quill": "^2.0.0",
"react-redux": "^9.1.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"swiper": "^11.1.4",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"prettier": "^3.2.5",
"vite": "^4.3.9"
}
}