We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7ed64 commit 2bdafcdCopy full SHA for 2bdafcd
1 file changed
Package.json
@@ -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