mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
86 lines
2.7 KiB
JSON
86 lines
2.7 KiB
JSON
{
|
|
"name": "@open-wc/demoing-storybook",
|
|
"version": "2.4.7",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Storybook configuration following open-wc recommendations",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/building-storybook"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/demoing-storybook",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"start-storybook": "src/start/cli.js",
|
|
"build-storybook": "src/build/cli.js"
|
|
},
|
|
"scripts": {
|
|
"build:start": "es-dev-server --root-dir storybook-static --app-index index.html --open",
|
|
"prepublishOnly": "../../scripts/insert-header.js",
|
|
"site:build": "node src/build/cli.js --config-dir demo/.storybook -o ../../_site/demoing-storybook",
|
|
"start": "npm run storybook",
|
|
"storybook": "node src/start/cli.js -c demo/.storybook --root-dir ../../",
|
|
"storybook:build": "node src/build/cli.js -c demo/.storybook",
|
|
"storybook:build:start": "npm run storybook:build && es-dev-server --root-dir storybook-static --open",
|
|
"test": "mocha test-node",
|
|
"test:watch": "mocha test-node/**/*.test.js test-node/*.test.js --watch"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"storybook",
|
|
"demo",
|
|
"demo-states",
|
|
"testing"
|
|
],
|
|
"peerDependencies": {
|
|
"lit-html": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.8.3",
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/generator": "^7.9.6",
|
|
"@babel/parser": "^7.9.6",
|
|
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/plugin-transform-react-jsx": "^7.9.1",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@mdjs/core": "^0.4.1",
|
|
"@mdx-js/mdx": "^1.6.21",
|
|
"@open-wc/rollup-plugin-html": "^1.2.5",
|
|
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.8",
|
|
"@rollup/plugin-node-resolve": "^7.1.1",
|
|
"babel-plugin-bundled-import-meta": "^0.3.2",
|
|
"babel-plugin-template-html-minifier": "^4.0.0",
|
|
"command-line-args": "^5.1.1",
|
|
"command-line-usage": "^6.1.1",
|
|
"deepmerge": "^4.2.2",
|
|
"detab": "^2.0.4",
|
|
"es-dev-server": "^1.57.8",
|
|
"es-module-lexer": "^0.3.26",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "^7.1.6",
|
|
"js-string-escape": "^1.0.1",
|
|
"lit-html": "^1.0.0",
|
|
"lodash": "^4.17.20",
|
|
"magic-string": "^0.25.7",
|
|
"mdurl": "^1.0.1",
|
|
"remark-html": "^10.0.0",
|
|
"remark-parse": "^7.0.2",
|
|
"remark-slug": "^5.1.2",
|
|
"rollup": "^2.7.2",
|
|
"rollup-plugin-babel": "^5.0.0-alpha.1",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"storybook-prebuilt": "^1.5.2",
|
|
"unified": "^8.4.2",
|
|
"unist-builder": "^2.0.3",
|
|
"unist-util-visit-parents": "^3.1.1"
|
|
}
|
|
}
|