forked from KomodoPlatform/developer-docs
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 776 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "docs",
"description": "dev docs for Tokel Platform",
"keywords": [
"documentation",
"tokel",
"developer"
],
"author": "Contributors from Tokel Platform",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"moment": "^2.27.0",
"vue-cookie-law": "^1.13.3",
"vuepress": "^1.8.2",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-google-tag-manager": "^0.0.4",
"vuepress-plugin-medium-zoom": "^1.1.8",
"vuepress-plugin-redirect": "1.2.0-alpha.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"dotenv": "^8.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.19",
"vuetify": "^1.5.0"
}
}