{ "name": "@nutui/nutui", "version": "3.3.8-beta.1", "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/_es/*", "dist/packages/**/style.mjs", "dist/styles/**", "dist/style.css" ], "vetur": { "tags": "dist/smartips/tags.json", "attributes": "dist/smartips/attributes.json" }, "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/" }, "scripts": { "publish:beta": "npm publish --tag=beta-v3", "publish-release": "npm publish --tag=latest-v3" }, "standard-version": { "scripts": { "postchangelog": "node ./jd/updateChangelog.js" } }, "dependencies": { "sass": "^1.50.0", "consola": "2.15.3" }, "repository": { "type": "git", "url": "https://github.com/jdf2e/nutui.git" } }