mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
21 lines
386 B
JSON
21 lines
386 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"directory-tree": "^2.1.0",
|
|
"markdown-it-decorate": "^1.2.2",
|
|
"vuepress": "^0.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"markdown-it-container": "^2.0.0"
|
|
}
|
|
}
|