soft-components
Version:
Simple soft flexible set of web components
52 lines (51 loc) • 1.6 kB
JSON
{
"name": "soft-components",
"version": "0.4.5",
"description": "Simple soft flexible set of web components",
"keywords": [
"simple",
"soft",
"web components",
"skeuomorphism"
],
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"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/soft-components/soft-components.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"patch": "npm run commit & npm version patch & npm publish",
"minor": "npm run commit & npm version minor & npm publish",
"major": "npm run commit & npm version major & npm publish",
"build-readme": "stencil build --docs-readme",
"build-json": "stencil build --docs-json",
"build": "stencil build --docs-readme & stencil build --docs-json",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"commit": "git add . & git commit -m \"Committed via npm\""
},
"devDependencies": {
"@stencil/core": "^2.3.0",
"@stencil/postcss": "^1.0.1",
"@stencil/sass": "^1.3.2",
"@types/autoprefixer": "^9.7.2",
"@types/jest": "^26.0.14",
"autoprefixer": "^9.8.6",
"jest": "^26.6.0",
"postcss-pxtorem": "^4.0.1"
},
"license": "MIT",
"dependencies": {
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1"
}
}