mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"name": "x",
|
|
"version": "2.0.0",
|
|
"description": "Desktop environment in the browser.",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DustinBrett/x.git"
|
|
},
|
|
"author": "Dustin Brett",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"next": "10.0.4",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1"
|
|
}
|
|
}
|