This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
readyornot/package.json
2022-12-03 23:29:50 +01:00

26 lines
540 B
JSON

{
"name": "readyornot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 4042",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.31.2",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "^8.23.1",
"eslint-config-next": "12.2.0",
"@types/react": "^18.0.14",
"typescript": "4.9.3"
}
}