66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"name": "@lingshu/widget-pc",
|
||
|
|
"type": "module",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"main": "./dist/index.js",
|
||
|
|
"module": "./dist/index.js",
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=v20"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "pnpm test && run-p type-check \"build-only {@}\" --",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"test": "vitest run",
|
||
|
|
"build-only": "vite build",
|
||
|
|
"lib": "vite build",
|
||
|
|
"type-check": "vue-tsc --build",
|
||
|
|
"lint": "eslint .",
|
||
|
|
"lint:fix": "eslint . --fix"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@lingshu/theme-lib": "catalog:"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@lingshu/business-components": "workspace:*",
|
||
|
|
"@lingshu/language-lib": "catalog:",
|
||
|
|
"@lingshu/theme-lib": "catalog:",
|
||
|
|
"@lingshu/types": "workspace:*",
|
||
|
|
"@lingshu/vite-plugin-share": "catalog:",
|
||
|
|
"@storybook/vue3": "catalog:",
|
||
|
|
"@unocss/reset": "catalog:",
|
||
|
|
"@vueuse/core": "catalog:",
|
||
|
|
"dayjs": "catalog:",
|
||
|
|
"element-plus-cisdi": "catalog:",
|
||
|
|
"jsdom": "catalog:",
|
||
|
|
"lodash-es": "catalog:",
|
||
|
|
"vue": "catalog:",
|
||
|
|
"vue-i18n": "catalog:",
|
||
|
|
"vue-router": "catalog:"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@lingshu/lowcode-create": "catalog:",
|
||
|
|
"@tsconfig/node22": "catalog:",
|
||
|
|
"@types/jsdom": "catalog:",
|
||
|
|
"@types/lodash-es": "catalog:",
|
||
|
|
"@vitejs/plugin-vue": "catalog:",
|
||
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
||
|
|
"@vitest/browser": "catalog:",
|
||
|
|
"@vitest/coverage-v8": "catalog:",
|
||
|
|
"@vue/test-utils": "catalog:",
|
||
|
|
"@vue/tsconfig": "catalog:",
|
||
|
|
"sass": "catalog:",
|
||
|
|
"typescript": "catalog:",
|
||
|
|
"unocss": "catalog:",
|
||
|
|
"vite": "catalog:",
|
||
|
|
"vite-plugin-dts": "catalog:",
|
||
|
|
"vite-plugin-vue-devtools": "catalog:",
|
||
|
|
"vitest": "catalog:",
|
||
|
|
"vue-tsc": "catalog:"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"registry": "http://nexus.cisdigital.cn/repository/npm-internal/"
|
||
|
|
}
|
||
|
|
}
|