UNPKG

ultra-design

Version:
104 lines (103 loc) 2.96 kB
{ "name": "ultra-design", "version": "0.3.3", "keywords": [ "react", "react-component", "react-lib", "react-component-lib", "react-design", "ultra-deisign" ], "sideEffects": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "lib", "es" ], "repository": { "type": "git", "url": "git@github.com:WinmezzZ/ultra-design.git", "branch": "master", "platform": "github" }, "main": "./lib/index.js", "module": "./es/index.js", "exports": { "import": "./es/index.js", "require": "./lib/index.js" }, "typings": "./es/index.d.ts", "scripts": { "dev": "dumi dev", "build:doc": "dumi build", "build:types": "tsc", "build:packages": "rollup -c", "build": "npm run build:packages && npm run build:types", "lint": "eslint . --ext js,ts,tsx", "format": "prettier --write **/*.{js,tsx,ts,md,json} && eslint . --ext js,ts,tsx --fix", "test": "jest --no-cache", "test-update": "jest --no-cache --update-snapshot", "coverage": "jest --coverage", "release": "yarn build && yarn publish --non-interactive" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "@babel/runtime": "^7.16.3", "@emotion/babel-plugin": "^11.3.0", "@emotion/react": "^11.7.0", "@icon-park/react": "^1.3.5", "@winme/react-hooks": "^0.0.2", "clsx": "^1.1.1", "date-fns": "^2.29.3", "lodash-es": "^4.17.21", "mitt": "^3.0.0", "prop-types": "^15.8.1", "react-transition-group": "^4.4.2", "ultra-icon": "^0.0.9", "ultra-icons": "^0.0.10", "winhooks": "^0.0.5" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/plugin-transform-runtime": "^7.16.4", "@babel/preset-env": "^7.16.4", "@babel/preset-react": "^7.16.0", "@babel/preset-typescript": "^7.16.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-replace": "^3.0.1", "@rollup/plugin-typescript": "^8.3.2", "@testing-library/dom": "^8.11.1", "@testing-library/jest-dom": "^5.16.1", "@types/enzyme": "^3.10.10", "@types/jest": "^27.0.3", "@types/lodash-es": "^4.17.5", "@types/node": "^16.11.12", "@types/react": "^17.0.33", "@types/react-dom": "^17.0.10", "@types/react-transition-group": "^4.4.4", "@vitejs/plugin-react": "^1.0.7", "@winme/eslint-config-react-base": "^0.0.7", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.6", "babel-jest": "^27.4.5", "babel-plugin-react-remove-properties": "^0.3.0", "babel-plugin-typescript-to-proptypes": "^2.0.0", "dumi": "^1.1.37", "enzyme": "^3.11.0", "glob": "^7.2.0", "jest": "^27.4.5", "react": "^17.0.2", "react-dom": "^17.0.2", "rollup": "^2.60.2", "typescript": "^4.4.4" } }