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

27 lines
604 B
JSON
Raw Normal View History

2022-12-03 20:02:18 +00:00
{
"name": "readyornot",
2023-12-20 21:04:41 +00:00
"version": "0.1.7",
2022-12-03 20:02:18 +00:00
"private": true,
"scripts": {
2023-03-06 17:47:14 +00:00
"dev:debug": "NODE_OPTIONS='--inspect' next dev -H :: -p 8002",
"dev": "next dev -H :: -p 8002",
2022-12-03 20:02:18 +00:00
"build": "next build",
2023-03-06 17:47:14 +00:00
"start": "next start -H :: -p 8002",
2022-12-03 20:02:18 +00:00
"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": {
2023-03-06 18:07:52 +00:00
"@types/node": "18.14.6",
"@types/react": "^18.0.14",
2022-12-03 20:02:18 +00:00
"eslint": "^8.23.1",
"eslint-config-next": "12.2.0",
"typescript": "4.9.3"
2022-12-03 20:02:18 +00:00
}
}