vitepress-plugin-sandpack
Version:
use sandpack-vue3 in vitepress as directive.
112 lines (111 loc) • 2.67 kB
JSON
{
"name": "vitepress-plugin-sandpack",
"version": "1.1.4",
"description": "use sandpack-vue3 in vitepress as directive.",
"keywords": [
"vue",
"vue3",
"vitepress",
"plugin",
"vitepress-plugin",
"sandpack",
"sandpack-vue3",
"codesandpack"
],
"homepage": "https://vitepress-sandbox.js-bridge.com",
"bugs": {
"url": "https://github.com/jerrywu001/vitepress-plugin-sandpack/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerrywu001/vitepress-plugin-sandpack.git"
},
"license": "MIT",
"author": "jerrywu001 <57242263@163.com>",
"main": "./dist/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/index.js"
},
"./*": [
"./*",
"./*.d.ts"
]
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist",
"package.json",
"README.md"
],
"workspaces": [
"docs"
],
"scripts": {
"build": "vite build",
"docs": "npm run docs:dev -w docs",
"build:docs": "npm run docs:build -w docs",
"preview:docs": "npm run docs:serve -w docs",
"lint": "eslint --ext .ts,.tsx,.vue ./src",
"prepare": "chmod a+x .husky/* && husky install",
"prepublishOnly": "npm run build",
"release": "bumpp --commit --tag --push",
"typecheck": "tsc && vue-tsc"
},
"dependencies": {
"@codesandbox/sandpack-themes": "^2.0.21",
"markdown-it-container": "^3.0.0",
"sandpack-vue3": "^3.1.9"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-typescript": "^12.0.0",
"babel-loader": "^9.1.3",
"bumpp": "^9.2.0",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"npm": "^10.2.1",
"typescript": "^5.2.2",
"vite-plugin-dts": "^3.6.0",
"vue-tsc": "^1.8.20"
},
"peerDependencies": {
"vite": ">=4.0.0",
"vitepress": "^1.0.0-beta.1",
"vue": ">=3.2.0"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
},
"vite": {
"optional": true
},
"vitepress": {
"optional": true
}
},
"engines": {
"node": ">=16"
}
}