dnote/package.json
2020-08-25 18:36:16 +10:00

22 lines
679 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.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^2.0.0",
"typescript": "^3.9.7"
}
}