-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 750 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 750 Bytes
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
{
"name": "react-essentials-start",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/material": "^6.1.10",
"@windmill/react-ui": "^0.6.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"date-fns": "^4.1.0",
"owl.carousel": "^2.3.4",
"react": "^18.0.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.0.0",
"react-icons": "^5.4.0",
"react-router-dom": "^7.0.2",
"reactstrap": "^9.2.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"sass": "^1.82.0",
"vite": "^4.3.9"
},
"keywords": [],
"description": ""
}