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": {
|
|
|
|
"dev": "concurrently 'vuedx-typecheck --no-pretty --watch ./lib' 'vite'",
|
2022-03-12 16:16:24 +00:00
|
|
|
"build": "vuedx-typecheck --no-pretty ./lib && vite build",
|
|
|
|
"typecheck": "vuedx-typecheck --no-pretty ./lib"
|
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",
|
|
|
|
"@schlechtenburg/paragraph": "^0.0.0",
|
|
|
|
"lodash-es": "^4.17.21",
|
2022-03-15 19:58:11 +00:00
|
|
|
"vue": "^3.0.7",
|
|
|
|
"vue-router": "4"
|
2021-03-22 19:58:25 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-15 19:58:11 +00:00
|
|
|
"@types/pug": "^2.0.6",
|
2021-03-22 19:58:25 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "^1.1.2",
|
|
|
|
"@vue/compiler-sfc": "^3.0.7",
|
|
|
|
"@vuedx/typecheck": "^0.6.3",
|
|
|
|
"@vuedx/typescript-plugin-vue": "^0.6.3",
|
|
|
|
"concurrently": "^6.0.0",
|
|
|
|
"sass": "^1.32.8",
|
2022-03-15 19:58:11 +00:00
|
|
|
"typedoc": "^0.22.13",
|
2021-03-22 19:58:25 +00:00
|
|
|
"typescript": "^4.2.3",
|
2022-03-13 22:12:18 +00:00
|
|
|
"vite": "^2.0.5",
|
2022-03-15 19:58:11 +00:00
|
|
|
"vite-plugin-md2vue": "^1.1.1",
|
2022-03-13 22:12:18 +00:00
|
|
|
"vue-docgen-api": "^4.44.18"
|
2021-03-22 19:58:25 +00:00
|
|
|
}
|
|
|
|
}
|