forked from Research-Methodology-Hub/medical-research
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 796 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
33
{
"name": "react-vite-project",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"katex": "^0.16.25",
"lucide-react": "^0.544.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-katex": "^3.1.0",
"react-router-dom": "^7.9.3"
},
"devDependencies": {
"@axe-core/cli": "^4.10.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.7.0",
"gh-pages": "^6.3.0",
"typescript": "^4.0.0",
"vite": "^4.0.0"
}
}