sweeper/package.json
Michael Zhang d2ecc0b04a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Initial
let's see how broken my initial config is
2023-09-20 01:58:01 -05:00

22 lines
463 B
JSON

{
"name": "sweeper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
}
}