mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cache-loader": "1.2.2",
|
|
"directory-tree": "^2.1.0",
|
|
"markdown-it-decorate": "^1.2.2",
|
|
"vue-tabs-component": "^1.5.0",
|
|
"vuepress": "^0.14.2",
|
|
"vuepress-tabs": "^0.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"markdown-it-container": "^2.0.0"
|
|
}
|
|
}
|