UNPKG

@won-ui/core

Version:

학습을 위한 ui library 입니다.

44 lines (43 loc) 892 B
{ "name": "@won-ui/core", "version": "0.0.18", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "license": "MIT", "files": [ "dist/**" ], "scripts": { "build": "tsup", "dev": "tsup", "lint": "TIMING=1 eslint \"src/**/*.ts*\"", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "test": "jest", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "git+https://github.com/woongjang/won-ui.git" }, "keywords": [ "won-ui", "won", "react", "react-component" ], "bugs": { "url": "https://github.com/woongjang/won-ui/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@emotion/react": "^11.10.4" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }