mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 01:57:11 -05:00
Port BR-95 desktop to Next.js components
This commit is contained in:
21
br95/package.json
Normal file
21
br95/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "br95",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "14.2.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.12.7",
|
||||
"@types/react": "18.2.79",
|
||||
"typescript": "5.4.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user