Skip to content

Commit 2bdafcd

Browse files
Create Package.json
1 parent 7b7ed64 commit 2bdafcd

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "web4application-os",
3+
"private": true,
4+
"version": "1.0.0",
5+
"description": "Web4 Browser OS Kernel (GitHub Pages Deployment)",
6+
7+
"scripts": {
8+
"dev": "next dev",
9+
"build": "next build && next export",
10+
"deploy": "npm run build && touch out/.nojekyll",
11+
"start": "npx serve out",
12+
"lint": "next lint"
13+
},
14+
15+
"dependencies": {
16+
"next": "14.2.5",
17+
"react": "18.2.0",
18+
"react-dom": "18.2.0"
19+
},
20+
21+
"devDependencies": {
22+
"typescript": "^5.7.2",
23+
"@types/node": "^22.10.1",
24+
"@types/react": "^18.2.79",
25+
"@types/react-dom": "^18.2.25"
26+
}
27+
}

0 commit comments

Comments
 (0)