-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 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
{
"name": "@tecafrik/react-common",
"private": false,
"version": "0.0.4",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig-build.json && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@react-google-maps/api": "^2.19.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"react": "^18.2.0",
"react-admin": "^4.16.4",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-dts": "^3.7.0"
}
}