svelte-radio-checkbox-z
Version:
Svelte UI Check/Radio [RadioGroup, Checkbox(s)]. Custom (test-svelte)
71 lines (70 loc) • 2.07 kB
JSON
{
"name": "svelte-radio-checkbox-z",
"version": "1.0.2",
"description": "Svelte UI Check/Radio [RadioGroup, Checkbox(s)]. Custom (test-svelte)",
"svelte": "dist/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "jest test",
"test:watch": "yarn test -- --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "del-cli docs && build-storybook -c .storybook -o docs"
},
"repository": {
"type": "git",
"url": "https://github.com/delpikye-v/svelte-radio-checkbox.git"
},
"homepage": "https://github.com/delpikye-v/svelte-radio-checkbox#readme",
"author": "Delpi.Kye",
"keywords": [
"svelte",
"svelte-components",
"svelte-radio",
"svelte-checkbox",
"svelte-radio-checkbox",
"svelte-checkbox-radio",
"svelte-radio-group",
"radio-checkbox",
"svelte-ui",
"ui-radio",
"ui-checkbox",
"custom-radio",
"custom-checkbox"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/delpikye-v/svelte-radio-checkbox/issues"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/svelte": "^5.3.18",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/svelte": "^3.0.0",
"babel-jest": "^25.2.6",
"babel-loader": "^8.1.0",
"del-cli": "^3.0.0",
"jest": "^25.2.7",
"node-sass": "^6.0.1",
"rollup": "^1.20.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-svelte": "^5.0.0",
"rollup-plugin-terser": "^5.3.0",
"svelte": "^3.20.1",
"svelte-jester": "^1.0.5",
"svelte-loader": "^2.13.6",
"svelte-preprocess": "^4.9.8"
},
"dependencies": {}
}