equinox-web-components
Version:
Equinox design for the web using StencilJS
71 lines (70 loc) • 2.22 kB
JSON
{
"name": "equinox-web-components",
"version": "0.0.16",
"description": "Equinox design for the web using StencilJS",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/equinox/equinox.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"watch": "stencil build --docs --watch",
"storybook.run": "start-storybook -s ./public -p 9001",
"storybook": "yarn build && npm-run-all --parallel watch storybook.run",
"build-static": "stencil build --docs && build-storybook -o ./_storybook -s ./public",
"publish:patch": "npm version patch && git push && npm publish"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-typescript": "^7.3.3",
"@stencil/core": "^1.0.7",
"@storybook/addon-info": "^5.1.9",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-notes": "^5.1.9",
"@storybook/addon-viewport": "^5.1.9",
"@storybook/html": "^5.1.9",
"@types/jest": "^24.0.15",
"@types/storybook__addon-knobs": "^5.0.2",
"@types/storybook__html": "^5.0.2",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"case": "^1.6.1",
"glob": "^7.1.4",
"npm-run-all": "^4.1.5",
"storybook": "^1.0.0",
"typescript": "^3.5.3",
"webpack": "^4.35.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kabbandre/Equinox-Web-Components.git"
},
"keywords": [
"Equinox",
"StencilJS",
"design",
"components"
],
"author": "Mihails Jeremejevs",
"bugs": {
"url": "https://github.com/kabbandre/Equinox-Web-Components/issues"
},
"homepage": "https://equinox.kabba.me",
"dependencies": {
"@stencil/stylus": "^1.0.1"
}
}