dnote/package.json
2020-03-23 08:04:01 +00:00

22 lines
680 B
JSON

{
"name": "dnote",
"repository": "https://github.com/dnote/dnote",
"version": "0.1.0",
"description": "Dnote monorepo",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^1.19.1",
"typescript": "^3.8.3"
}
}