Files
wkc-website/package.json

25 lines
496 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "next lint"
},
"dependencies": {
"next": "^11.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "^16.4.13",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"typescript": "4.3.5"
},
"license": "MIT"
}