Files
daedalOS/package.json
Dustin Brett 07cdbc9851 Added Next.js
2021-01-02 22:14:16 -08:00

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"
}
}