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.

37 lines
969 B
JSON

{
"name": "browservis",
"version": "0.1.0",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/browservis.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"aliasify": "^2.1.0",
"axios": "^0.19.2",
"babelify": "^10.0.0",
"bluebird": "^3.7.2",
"brfs": "^2.0.2",
"budo-express": "^1.0.2",
"chalk": "^4.0.0",
"chokidar": "^3.4.0",
"debounce": "^1.2.0",
"document-ready-promise": "^3.0.1",
"execa": "^4.0.2",
"express": "^4.17.1",
"express-sse": "^0.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"unhandled-error": "^1.0.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"eslint": "^7.1.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2"
}
}