You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
379 B

{
"name": "mudbase",
"version": "1.0.0",
"scripts": {
"client": "cd client && yarn start",
"server": "cd server && yarn start",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"devDependencies": {
"concurrently": "^4.0.1"
},
"dependencies": {
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3"
}
}