UNPKG

pico-design

Version:

A minimal, modern, and flexible design system for creators, designers, and developers. Built to streamline UI development with well-structured, accessible, and scalable components. Designed for React, with future support for other frameworks.

44 lines (39 loc) 1.07 kB
{ "name": "pico-design", "version": "1.0.0", "description": "A minimal, modern, and flexible design system for creators, designers, and developers. Built to streamline UI development with well-structured, accessible, and scalable components. Designed for React, with future support for other frameworks.", "main": "index.js", "scripts": { "dev": "next dev", "build": "rollup -c", "start": "next start" }, "keywords": [ "design-system", "ui-kit", "design-kit", "components", "react" ], "author": "Siamak Ahmadi", "license": "MIT", "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.9", "@babel/plugin-transform-runtime": "^7.26.9", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "rollup": "^2.79.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-postcss": "^4.0.2" }, "dependencies": { "next": "^15.1.7", "react": "^19.0.0", "react-dom": "^19.0.0", "sass": "^1.85.0" }, "publishConfig": { "access": "public" } }