-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
41
42
{
"name": "vite-template-react",
"version": "1.2.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"preview": "vite preview",
"test": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@restart/hooks": "^0.4.16",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"cors": "^2.8.5",
"firebase": "^11.0.0",
"react": "^18.3.0",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.0",
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.10.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"vite": "^5.4.10",
"vitest": "^2.1.1"
}
}