2022-04-20 09:54:58 +00:00
{
"name" : "workspace" ,
"version" : "1.0.0" ,
"description" : "Devicehub is a distributed IT Asset Management System focused in reusing devices, created under the project [eReuse.org](https://www.ereuse.org)" ,
"main" : "index.js" ,
2022-05-09 09:07:57 +00:00
"browserslist" : "> 0.25%, not dead" ,
2022-04-20 09:54:58 +00:00
"directories" : {
"doc" : "docs" ,
"example" : "examples" ,
"test" : "tests"
} ,
"devDependencies" : {
2022-05-09 09:07:57 +00:00
"@babel/cli" : "^7.17.10" ,
"@babel/preset-env" : "^7.17.10" ,
2022-04-20 09:54:58 +00:00
"eslint" : "^8.13.0" ,
"eslint-config-airbnb" : "^19.0.4" ,
"eslint-config-prettier" : "^8.5.0" ,
"eslint-plugin-import" : "^2.26.0" ,
"eslint-plugin-prettier" : "^4.0.0"
} ,
"scripts" : {
"lint:report" : "eslint ereuse_devicehub --ext .js --output-file eslint_report.json --format json" ,
2022-05-09 09:07:57 +00:00
"lint:fix" : "eslint ereuse_devicehub --ext .js --fix" ,
2022-09-29 10:04:05 +00:00
"babel" : "babel ereuse_devicehub/static/js/main_inventory.js --out-file ereuse_devicehub/static/js/main_inventory.build.js && echo 'Ignoring parameters: '"
2022-04-20 09:54:58 +00:00
} ,
"keywords" : [ ] ,
"author" : "" ,
"license" : "ISC" ,
"dependencies" : {
2022-05-09 09:07:57 +00:00
"@babel/core" : "^7.17.10" ,
2022-04-20 09:54:58 +00:00
"eslint-plugin-jsx-a11y" : "^6.5.1" ,
"eslint-plugin-react" : "^7.29.4" ,
"eslint-plugin-react-hooks" : "^4.4.0"
}
}