{ "name": "@nutui/nutui-taro", "version": "4.0.0", "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)", "main": "dist/nutui.umd.js", "module": "dist/nutui.es.js", "style": "dist/style.css", "typings": "dist/types/index.d.ts", "sideEffects": [ "dist/packages/**/*", "dist/packages/locale/lang/*", "dist/styles/**", "dist/style.css" ], "web-types": "dist/smartips/web-types.json", "keywords": [ "nutui", "nutui2", "nutui3", "nutui4", "vue", "vue3", "webpack", "vue component", "vue3 component", "vite", "jdc", "jdcfe" ], "author": "jdcfe", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "README.md", "package.json", "LICENSE", "CHANGELOG.md" ], "scripts": { "publish:beta": "npm publish --tag=beta", "publish:latest": "npm publish" }, "standard-version": { "scripts": { "postchangelog": "node ./jd/updateChangelog.js" } }, "dependencies": { "@nutui/icons-vue-taro": "^0.0.9", "sass": "^1.50.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "https://github.com/jdf2e/nutui.git" } }