(note) add dep for github and markdown

This commit is contained in:
2021-03-13 13:59:01 +01:00
parent 70c0886aa5
commit b6d71227b6
2 changed files with 163 additions and 1 deletions

View File

@@ -10,8 +10,10 @@
"pwa:asset": "npx vue-pwa-asset-generator -a public/img/logo.svg --no-manifest"
},
"dependencies": {
"@octokit/core": "^3.2.5",
"bulma": "^0.9.2",
"core-js": "^3.9.0",
"markdown-it": "^12.0.4",
"pouchdb-adapter-indexeddb": "^7.2.2",
"pouchdb-browser": "^7.2.2",
"register-service-worker": "^1.7.2",
@@ -23,6 +25,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/markdown-it": "^12.0.1",
"@types/pouchdb-browser": "^6.1.3",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
@@ -47,4 +50,4 @@
"typescript": "~4.1.3",
"vue-jest": "^5.0.0-0"
}
}
}