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

21 lines
638 B
JSON

{
"name": "bugcase-react-parent-configuration",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/bugcase-react-parent-configuration.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "MIT",
"scripts": {
"dev": "budo index.jsx --live --dir static/ --serve /bundle.js -- -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] ]"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"babelify": "^10.0.0",
"budo": "^11.6.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}