-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.82 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"type": "module",
"private": true,
"name": "research-mentorship-frontend",
"version": "3.23.4",
"description": "NextJS frontend application for DEV's Research Mentorship Project.",
"keywords": [
"firebase",
"nextjs",
"typescript"
],
"homepage": "https://research.osu.dev",
"bugs": {
"url": "https://github.com/data-glow-gh/devosu-research-mentorship-frontend/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "DEV",
"email": "[email protected]",
"url": "https://osu.dev"
},
"contributors": [
{
"name": "Keming He",
"email": "[email protected]",
"url": "https://github.com/KemingHe"
},
{
"name": "Trevor Gerald",
"email": "[email protected]",
"url": "https://github.com/trev-org04"
},
{
"name": "Jerry Chang",
"email": "[email protected]",
"url": "https://github.com/JerryChang091401"
}
],
"funding": "https://osu.dev/support",
"repository": {
"type": "git",
"url": "git+https://github.com/data-glow-gh/devosu-research-mentorship-frontend.git"
},
"scripts": {
"prepare": "husky || true",
"emulators": "firebase emulators:start --import .emulators --export-on-exit",
"dev": "next dev",
"lint": "biome check --write .",
"test": "vitest",
"build": "next build",
"start": "next start",
"release": "cross-env-shell scripts/release-it/release.sh || scripts/release-it/release.ps1"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a",
"dependencies": {
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@keminghe/osu": "^4.0.1",
"@next/third-parties": "^14.2.18",
"date-fns": "^4.1.0",
"firebase": "^10.14.1",
"firebase-admin": "^12.7.0",
"next": "^14.2.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-firehooks": "^4.2.0",
"react-hook-form": "^7.53.2",
"react-select": "^5.8.3",
"sharp": "^0.33.5",
"ulidx": "^2.4.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@release-it/conventional-changelog": "github:release-it/conventional-changelog",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"release-it": "^17.10.0",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5"
},
"engines": {
"node": ">=22"
},
"os": [
"linux",
"darwin",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}