schlechtenburg/packages/docs/package.json

41 lines
899 B
JSON
Raw Normal View History

2021-03-22 19:58:25 +00:00
{
"name": "@schlechtenburg/docs",
"version": "0.0.0",
"description": "> TODO: description",
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"homepage": "",
"license": "ISC",
"main": "lib/docs.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
},
"scripts": {
2022-03-15 23:49:31 +00:00
"dev": "vuepress dev docs",
"build": "vuepress build docs"
2021-03-22 19:58:25 +00:00
},
"dependencies": {
"@schlechtenburg/core": "^0.0.0",
"@schlechtenburg/heading": "^0.0.0",
"@schlechtenburg/image": "^0.0.0",
"@schlechtenburg/layout": "^0.0.0",
2022-03-15 23:49:31 +00:00
"@schlechtenburg/paragraph": "^0.0.0"
2021-03-22 19:58:25 +00:00
},
"devDependencies": {
2022-03-15 23:49:31 +00:00
"sass": "^1.49.9",
"vite": "^2.8.6",
"vue": "^3.2.31",
"vuepress": "^2.0.0-beta.36"
2021-03-22 19:58:25 +00:00
}
}