@codecabana/web-components
Version:
Web components designed to infiltrate no-code platforms via script tags
48 lines (47 loc) • 1.35 kB
JSON
{
"name": "@codecabana/web-components",
"version": "0.0.52",
"main": "index.js",
"author": "code-cabana",
"license": "MIT",
"description": "Web components designed to infiltrate no-code platforms via script tags",
"homepage": "https://codecabana.com.au",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"test": "run-s size",
"size": "bundlewatch --config .bundlewatch.config.json",
"clean": "shx rm -rf dist",
"prepare:readme": "shx cp ../../README.md ./",
"prepare": "run-s clean build prepare:readme test"
},
"devDependencies": {
"@atomico/hooks": "^3.20.2",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"atomico": "^1.34.1",
"bundlewatch": "^0.3.2",
"fast-glob": "^3.2.7",
"npm-run-all": "^4.1.5",
"rollup": "^2.58.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.43.3",
"shx": "^0.3.3",
"xhtm": "^1.5.3"
},
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/code-cabana/web-components.git"
},
"gitHead": "6cec74e1e6f7e692c932ae57d040775848d33800"
}