forked from moshcoder/moshcoding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 681 Bytes
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
{
"name": "moshcoding",
"version": "0.1.0",
"private": true,
"description": "Code hard. Mosh harder. Next.js + Bun. Landing + one-line metal coming-soon pages with email waitlist and CoinPayPortal login.",
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p ${PORT:-8080}",
"lint": "next lint"
},
"dependencies": {
"@libsql/client": "^0.15.7",
"@profullstack/stack": "0.1.3",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0"
}
}