mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-10 08:51:24 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@mdjs/mdjs-preview",
|
|
"version": "0.5.9",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Rendering storybook story functions inside a preview window with show code capabilities",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/modernweb-dev/rocket.git",
|
|
"directory": "packages/mdjs-preview"
|
|
},
|
|
"author": "Modern Web <hello@modern-web.dev> (https://modern-web.dev/)",
|
|
"homepage": "https://rocket.modern-web.dev/docs/markdown-javascript/preview/",
|
|
"main": "./index.js",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./define": "./src/define/define.js",
|
|
"./server": "./server/index.js"
|
|
},
|
|
"scripts": {
|
|
"debug": "cd ../../ && npm run debug -- --group mdjs-preview",
|
|
"prepublishOnly": "publish-docs --github-url https://github.com/modernweb-dev/rocket/ --git-root-dir ../../",
|
|
"test": "npm run test:web",
|
|
"test:web": "cd ../../ && npm run test:web -- --group mdjs-preview"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"assets",
|
|
"dist-types",
|
|
"server",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"@lion/accordion": "^0.9.0",
|
|
"@open-wc/scoped-elements": "^2.0.0",
|
|
"lit": "^2.3.0"
|
|
},
|
|
"types": "dist-types/index.d.ts"
|
|
}
|