@devseed-ui/form
Version:
devseed UI Kit Form
38 lines (37 loc) • 896 B
JSON
{
"name": "@devseed-ui/form",
"version": "4.1.0",
"description": "devseed UI Kit Form",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "./src/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "yarn rollup -c ../../rollup.config.js",
"watch": "yarn rollup -c ../../rollup.config.js -w"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/developmentseed/ui-library-seed.git"
},
"keywords": [
"css",
"framework",
"front-end",
"styled-components",
"react",
"form",
"input"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@devseed-ui/animation": "^4.1.0",
"@devseed-ui/collecticons": "^4.1.0",
"@devseed-ui/theme-provider": "^4.1.0",
"@devseed-ui/typography": "^4.1.0"
},
"gitHead": "174914d3dabced4713b52f8ffd1e4a47c37b7703"
}