mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
22 lines
677 B
JSON
22 lines
677 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.8.0",
|
|
"@typescript-eslint/parser": "^2.8.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.7.0",
|
|
"eslint-config-airbnb": "^18.0.1",
|
|
"eslint-config-prettier": "^6.7.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.16.0",
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
|
"prettier": "^1.19.1",
|
|
"typescript": "^3.7.2"
|
|
}
|
|
}
|