svelte-ui
Version:
Flat UI Components with SvelteJS
22 lines (21 loc) • 606 B
JSON
{
"name": "svelte-ui-checkbox",
"description": "Flat UI Independent JS Component",
"version": "0.0.6",
"main": "index.js",
"author": "Jikkai Xiao <sonne@asaki.me>",
"repository": "git+https://github.com/transpiling/svelte-flat-ui.git",
"license": "MIT",
"scripts": {
"init": "yarn",
"build": "rollup -c ./rollup.config.js",
"postbuild": "cp ./lib/index.js ../../lib/checkbox.js"
},
"devDependencies": {
"rollup": "^0.40.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-svelte": "^1.6.0",
"rollup-plugin-uglify": "^1.0.1",
"svelte-cli": "^1.3.0"
}
}