-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 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
{
"name": "webfam",
"private": true,
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.14",
"@react-oauth/google": "0.8.0",
"aos": "^3.0.0-beta.6",
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"firebase": "^9.18.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"node-gyp": "^9.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-lazy-load-image-component": "^1.5.6",
"react-router-dom": "^6.6.2",
"react-toastify": "^9.1.1",
"sweetalert2": "^11.4.8",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@vitejs/plugin-react": "2.2.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"nodemon": "2.0.20",
"vite": "3.2.3"
}
}