-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.61 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "osuswe-app",
"description": "OSUSWE App",
"keywords": [
"osuswe",
"ohio-state",
"typescript",
"nextjs",
"firebase"
],
"version": "0.9.4",
"private": true,
"type": "module",
"author": {
"name": "Keming He",
"email": "[email protected]",
"url": "https://linkedin.com/in/keminghe"
},
"scripts": {
"prepare": "husky || true",
"lint": "biome ci .",
"lint:fix": "biome check --write .",
"test:unit": "vitest",
"test:unit:update-snapshots": "vitest --update",
"test:e2e:install": "playwright install --with-deps chromium webkit",
"test:e2e": "playwright test",
"test:e2e:update-snapshots": "playwright test --update-snapshots",
"test": "pnpm test:unit && pnpm test:e2e",
"check:favicon": "realfavicon check -s cli 3000",
"scan:secrets": "ggshield secret scan repo .",
"verify": "pnpm lint && pnpm test && pnpm scan:secrets",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@keminghe/osu": "^4.0.1",
"@next/third-parties": "^15.1.3",
"@stackframe/stack": "^2.7.3",
"canvas-confetti": "^1.9.3",
"firebase": "^11.1.0",
"firebase-admin": "^13.0.2",
"next": "^15.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-firehooks": "^4.2.0",
"react-hook-form": "^7.54.2",
"react-select": "^5.9.0",
"react-social-icons": "^6.18.0",
"react-toastify": "^11.0.2",
"server-only": "^0.0.1",
"uuid": "^11.0.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@playwright/test": "^1.49.1",
"@release-it/conventional-changelog": "^9.0.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/canvas-confetti": "^1.9.0",
"@types/dotenv-safe": "^8.1.6",
"@types/node": "^20.17.10",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"daisyui": "^4.12.23",
"dotenv-safe": "^9.1.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"realfavicon": "^0.4.12",
"release-it": "^17.11.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}