McCarthyism/front/package.json
2022-01-12 14:34:28 -06:00

26 lines
578 B
JSON

{
"name": "mccarthyism-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"tsc": "tsc",
"preinstall": "cd ../core && npm i && npm run build"
},
"dependencies": {
"mccarthyism-core": "file:../core",
"next": "^12.0.8",
"react": "17.0.1",
"react-dom": "17.0.1",
"socket.io-client": "^3.1.1"
},
"devDependencies": {
"@types/node": "^14.14.27",
"@types/react": "^17.0.2",
"@types/socket.io-client": "^1.4.35",
"typescript": "^4.1.5"
}
}