UNPKG

@stories-js/core

Version:

Stories web components to build stories

84 lines (83 loc) 2.39 kB
{ "name": "@stories-js/core", "version": "0.2.0", "license": "GPL-2.0", "author": "StoriesJS team", "description": "Stories web components to build stories", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "stories", "storiesjs", "angular", "angularjs", "react", "reactjs", "vue", "vuejs", "components", "web components", "documentation", "jamstack", "markup", "mdx", "frontend", "backend", "reuseable", "tool", "ui", "user interface" ], "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.js", "es2017": "dist/esm/index.js", "jsnext:main": "dist/esm/index.js", "types": "dist/types/interface.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "repository": { "type": "git", "url": "https://github.com/storiesjs/stories.git" }, "files": [ "components/", "dist/", "loader/", "hydrate/" ], "scripts": { "clean": "rimraf dist && rimraf css && rimraf components && rimraf css && rimraf www && rimraf hydrate && rimraf loader", "build": "npm run clean && npm run build.css && stencil build --docs", "build.css": "npm run css.sass && npm run css.minify", "build.watch": "stencil build --docs --watch", "css.minify": "cleancss -O2 -o ./css/stories.bundle.css ./css/stories.bundle.css", "css.sass": "sass src/css:./css", "test": "stencil test --spec --detectOpenHandles", "test.e2e": "stencil test --e2e", "test.watch": "stencil test --spec --watchAll", "test.e2e.watch": "stencil test --e2e --watchAll", "generate": "stencil generate", "pub": "npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN} && yarn publish --access public" }, "dependencies": { "@stencil/core": "^2.14.2", "@stencil/store": "^1.5.0", "telejson": "5.3.3" }, "devDependencies": { "@stencil/angular-output-target": "^0.4.0", "@stencil/react-output-target": "^0.3.1", "@stencil/sass": "1.5.2", "@stencil/vue-output-target": "^0.6.0", "@types/jest": "^26.0.24", "@types/puppeteer": "^5.4.5", "clean-css-cli": "^5.6.0", "jest": "^26.6.3", "jest-cli": "^26.6.3", "puppeteer": "^10.0.0", "sass": "^1.26.10" } }