UNPKG

test-nut-ui

Version:

<p align="center"> <img alt="logo" src="https://img11.360buyimg.com/imagetools/jfs/t1/211965/25/7152/22022/61b16785E433119bb/aa41d7a9f7e823f3.png" width="150" style="margin-bottom: 10px;"> </p>

72 lines (71 loc) 1.66 kB
{ "name": "test-nut-ui", "version": "0.0.62", "style": "dist/style.css", "main": "dist/nutui.react.umd.js", "module": "dist/esm/nutui-react.es.js", "typings": "dist/types/index.d.ts", "description": "", "keywords": [ "nutui", "nutui2", "nutui3", "react", "nutui-react", "webpack", "react component", "vite", "jdc", "jdcfe", "taro" ], "author": "jdcfe", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jdf2e/nutui-react.git" }, "files": [ "dist", "README.md", "package.json", "LICENSE", "CHANGELOG.md", "build" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "postpublish": "node scripts/postpublish.js" }, "lint-staged": { "*.md": "prettier --write", "*.{ts,tsx,js,vue,scss}": "prettier --write" }, "dependencies": { "@alilc/lowcode-react-renderer": "^1.1.7", "@alilc/lowcode-utils": "^1.1.7", "@ant-design/colors": "^7.0.0", "@babel/runtime": "^7.21.0", "@nascent/nutui-icons-react": "^0.0.27", "@nutui/icons-react": "0.0.1-beta.8", "@react-spring/web": "~9.6.1", "@use-gesture/react": "10.2.20", "async-validator": "^4.2.5", "classnames": "^2.3.2", "lodash.kebabcase": "^4.1.1", "react-transition-group": "^4.4.5" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "resolutions": { "@types/react": "18", "@types/react-dom": "18" }, "componentConfig": { "materialSchema": "https://unpkg.com/test-nut-ui@0.0.62/build/lowcode/assets-prod.json" } }