-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "tam-bangla-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"clean": "rimraf dist/",
"build": "npm run clean && tsc&& vite build && npm run copy-files ",
"copy-files": "copyfiles -u 1 src/images/badminton/*.png src/images/badminton/*.jpeg src/images/badminton/*.jpg dist/src/images/badminton",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@react-oauth/google": "^0.9.0",
"@types/mapbox-gl": "^2.7.10",
"axios": "^1.3.4",
"formik": "^2.2.9",
"mapbox-gl": "^2.13.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.21",
"react-router-dom": "^6.9.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-facebook-login": "^4.1.5",
"@vitejs/plugin-react": "^3.1.0",
"copyfiles": "^2.4.1",
"rimraf": "^4.4.1",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}