package.json 1.2 KB
Newer Older
richard_1015's avatar
richard_1015 已提交
1 2
{
  "name": "@nutui/nutui",
m0_68080989's avatar
m0_68080989 已提交
3
  "version": "3.3.8-beta.1",
richard_1015's avatar
richard_1015 已提交
4
  "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库",
m0_68080989's avatar
m0_68080989 已提交
5
  "main": "dist/nutui.umd.js",
richard_1015's avatar
richard_1015 已提交
6 7 8 9
  "module": "dist/nutui.es.js",
  "style": "dist/style.css",
  "typings": "dist/types/index.d.ts",
  "sideEffects": [
richard_1015's avatar
richard_1015 已提交
10 11
    "dist/packages/_es/*",
    "dist/packages/**/style.mjs",
richard_1015's avatar
richard_1015 已提交
12 13
    "dist/styles/**",
    "dist/style.css"
richard_1015's avatar
richard_1015 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
  ],
  "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": {
m0_68080989's avatar
m0_68080989 已提交
41
    "publish:beta": "npm publish --tag=beta-v3",
richard_1015's avatar
richard_1015 已提交
42
    "publish-release": "npm publish --tag=latest-v3"
richard_1015's avatar
richard_1015 已提交
43 44 45 46 47 48 49 50
  },
  "standard-version": {
    "scripts": {
      "postchangelog": "node ./jd/updateChangelog.js"
    }
  },
  "dependencies": {
    "sass": "^1.50.0",
richard_1015's avatar
richard_1015 已提交
51
    "consola": "2.15.3"
richard_1015's avatar
richard_1015 已提交
52 53 54 55 56 57
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jdf2e/nutui.git"
  }
}