forked from narayan954/dummygram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 942 Bytes
/
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
{
"name": "dummygram",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://<narayan954>.github.io/<dummygram>/",
"scripts": {
"dev": "vite --port=3000",
"build": "vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.17",
"@mui/styles": "^5.10.16",
"emoji-picker-react": "^4.4.7",
"firebase": "^9.15.0",
"notistack": "^2.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-lazy-load-image-component": "^1.5.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"gh-pages": "^4.0.0",
"vite": "^4.0.0"
}
}