-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 927 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
37
38
{
"name": "mui-firefox-debug",
"version": "1.0.0",
"private": true,
"description": "",
"keywords": [],
"author": "Mr-Quin",
"repository": "",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --outDir build --emptyOutDir",
"test": "vitest",
"preview": "vite preview",
"tsc": "tsc"
},
"dependencies": {
"typescript": "^5.7.2",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11",
"vitest": "^2.1.8"
}
}