mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "x",
|
|
"version": "2.0.0",
|
|
"description": "Desktop environment in the browser.",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"eslint": "eslint .",
|
|
"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",
|
|
"sass": "^1.32.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.19",
|
|
"@types/react": "^17.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.11.1",
|
|
"@typescript-eslint/parser": "^4.11.1",
|
|
"eslint": "^7.17.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-import-resolver-typescript": "^2.3.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|