iv-npm
Version:
公共通用包
79 lines (78 loc) • 2.27 kB
JSON
{
"name": "@IVNPM/ui",
"version": "1.0.0",
"description": "IVNPM/ui",
"scripts": {
"start": "npm run dev",
"dev": "rollup --config rollup.config.js --watch",
"build": "rollup --config rollup.config.js",
"prepare": "npm run build"
},
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"index.js",
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.5",
"dayjs": "^1.11.7",
"nanoid": "^3.3.4",
"print-js": "^1.6.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vue": "^3.2.25",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@IVNPM/shared": "workspace:*",
"@ant-design/icons-vue": "^6.1.0",
"@babel/core": "^7.18.10",
"@babel/node": "^7.18.10",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/node": "^18.6.4",
"@vue/compiler-sfc": "^3.2.37",
"ant-design-vue": "^3.2.11",
"dayjs": "^1.11.7",
"node-sass": "^7.0.1",
"postcss": "^8.4.16",
"print-js": "^1.6.0",
"rollup": "^2.77.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.54.3",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vue": "^3.2.37",
"vue-router": "^4.1.6"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"element-plus": "^2.3.0",
"nanoid": "^4.0.0",
"swiper": "^8.1.4",
"uc-npm": "^1.0.8"
}
}