-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 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
{
"name": "vite-template-react",
"version": "1.2.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.1",
"@types/gapi": "^0.0.47",
"autoprefixer": "^10.4.20",
"firebase": "^11.2.0",
"gapi-script": "^1.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-draggable": "^4.4.6",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"jsdom": "^26.0.0",
"vite": "^6.0.7",
"vitest": "^2.1.8"
}
}