2024-05-19 13:20:42 +00:00
|
|
|
{
|
2024-07-30 13:05:03 +00:00
|
|
|
"name": "@vben-core/shared",
|
2024-12-04 14:57:27 +00:00
|
|
|
"version": "5.5.0",
|
2024-05-19 13:20:42 +00:00
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
2024-06-16 15:56:20 +00:00
|
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
2024-05-19 13:20:42 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
2024-07-30 13:05:03 +00:00
|
|
|
"directory": "packages/@vben-core/base/shared"
|
2024-05-19 13:20:42 +00:00
|
|
|
},
|
2024-06-16 15:56:20 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
2024-05-19 13:20:42 +00:00
|
|
|
"scripts": {
|
2024-10-13 10:33:43 +00:00
|
|
|
"build": "pnpm unbuild",
|
|
|
|
"stub": "pnpm unbuild --stub"
|
2024-05-19 13:20:42 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"sideEffects": false,
|
|
|
|
"exports": {
|
2024-07-30 13:05:03 +00:00
|
|
|
"./constants": {
|
|
|
|
"types": "./src/constants/index.ts",
|
|
|
|
"development": "./src/constants/index.ts",
|
|
|
|
"default": "./dist/constants/index.mjs"
|
|
|
|
},
|
|
|
|
"./utils": {
|
|
|
|
"types": "./src/utils/index.ts",
|
|
|
|
"development": "./src/utils/index.ts",
|
|
|
|
"default": "./dist/utils/index.mjs"
|
|
|
|
},
|
2024-08-07 13:28:25 +00:00
|
|
|
"./color": {
|
|
|
|
"types": "./src/color/index.ts",
|
|
|
|
"development": "./src/color/index.ts",
|
|
|
|
"default": "./dist/color/index.mjs"
|
2024-07-30 13:05:03 +00:00
|
|
|
},
|
|
|
|
"./cache": {
|
|
|
|
"types": "./src/cache/index.ts",
|
|
|
|
"development": "./src/cache/index.ts",
|
|
|
|
"default": "./dist/cache/index.mjs"
|
2024-08-17 14:38:37 +00:00
|
|
|
},
|
|
|
|
"./store": {
|
|
|
|
"types": "./src/store.ts",
|
|
|
|
"development": "./src/store.ts",
|
|
|
|
"default": "./dist/store.mjs"
|
2024-10-13 10:33:43 +00:00
|
|
|
},
|
|
|
|
"./global-state": {
|
|
|
|
"types": "./dist/global-state.d.ts",
|
|
|
|
"development": "./src/global-state.ts",
|
|
|
|
"default": "./dist/global-state.mjs"
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"exports": {
|
2024-09-10 13:48:51 +00:00
|
|
|
"./constants": {
|
|
|
|
"types": "./dist/constants/index.d.ts",
|
|
|
|
"default": "./dist/constants/index.mjs"
|
|
|
|
},
|
|
|
|
"./utils": {
|
|
|
|
"types": "./dist/utils/index.d.ts",
|
|
|
|
"default": "./dist/utils/index.mjs"
|
|
|
|
},
|
|
|
|
"./color": {
|
|
|
|
"types": "./dist/color/index.d.ts",
|
|
|
|
"default": "./dist/color/index.mjs"
|
|
|
|
},
|
|
|
|
"./cache": {
|
|
|
|
"types": "./dist/cache/index.d.ts",
|
|
|
|
"default": "./dist/cache/index.mjs"
|
|
|
|
},
|
|
|
|
"./store": {
|
2024-10-13 10:33:43 +00:00
|
|
|
"types": "./dist/store.d.ts",
|
2024-09-10 13:48:51 +00:00
|
|
|
"default": "./dist/store.mjs"
|
2024-10-13 10:33:43 +00:00
|
|
|
},
|
|
|
|
"./global-state": {
|
|
|
|
"types": "./dist/global-state.d.ts",
|
|
|
|
"default": "./dist/global-state.mjs"
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-19 13:40:54 +00:00
|
|
|
"@ctrl/tinycolor": "catalog:",
|
|
|
|
"@tanstack/vue-store": "catalog:",
|
|
|
|
"@vue/shared": "catalog:",
|
|
|
|
"clsx": "catalog:",
|
2024-11-09 12:00:09 +00:00
|
|
|
"dayjs": "catalog:",
|
2024-09-19 13:40:54 +00:00
|
|
|
"defu": "catalog:",
|
|
|
|
"lodash.clonedeep": "catalog:",
|
2024-12-04 14:56:29 +00:00
|
|
|
"lodash.get": "catalog:",
|
|
|
|
"lodash.isequal": "catalog:",
|
2024-09-19 13:40:54 +00:00
|
|
|
"nprogress": "catalog:",
|
|
|
|
"tailwind-merge": "catalog:",
|
|
|
|
"theme-colors": "catalog:"
|
2024-05-19 13:20:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-19 13:40:54 +00:00
|
|
|
"@types/lodash.clonedeep": "catalog:",
|
2024-12-04 14:56:29 +00:00
|
|
|
"@types/lodash.get": "catalog:",
|
|
|
|
"@types/lodash.isequal": "catalog:",
|
2024-09-19 13:40:54 +00:00
|
|
|
"@types/nprogress": "catalog:"
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|
|
|
|
}
|