UNPKG

@web-package/react-widgets

Version:

This is package that provides templates that can significantly reduce CSS development works in a react development environment.

47 lines (46 loc) 1.28 kB
{ "name": "@web-package/react-widgets", "version": "1.0.0-beta11", "description": "This is package that provides templates that can significantly reduce CSS development works in a react development environment.", "author": "Dev Ttangkong", "license": "Apache-2.0", "repository": "https://github.com/MTtankkeo/react_widgets", "bugs": "https://github.com/MTtankkeo/react_widgets/issues", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", "type": "module", "scripts": { "build": "rollup -c", "watch": "rollup -c -w" }, "keywords": [ "react", "react-ui", "react-package", "react-widgets", "template", "widget", "layout", "animation", "responsive", "ui-components", "component-library", "frontend", "client-side" ], "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@types/react": "^18.3.3", "@types/react-dom": "^18.2.24", "rollup": "^4.20.0", "rollup-cli": "^1.0.9", "rollup-plugin-typescript2": "^0.36.0", "terser": "^5.31.6", "typescript": "^5.5.2" }, "dependencies": { "@web-package/utility": "^1.2.20" } }