forked from opentiny/tiny-vue
24 lines
616 B
JSON
24 lines
616 B
JSON
{
|
|
"name": "@opentiny/vue-time-range",
|
|
"version": "3.15.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"module": "index.ts",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@opentiny-internal/vue-test-utils": "workspace:*",
|
|
"vitest": "^0.31.0"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm -w build:ui $npm_package_name",
|
|
"//postversion": "pnpm build"
|
|
},
|
|
"dependencies": {
|
|
"@opentiny/vue-renderless": "workspace:~",
|
|
"@opentiny/vue-common": "workspace:~",
|
|
"@opentiny/vue-time-spinner": "workspace:~",
|
|
"@opentiny/vue-theme": "workspace:~"
|
|
},
|
|
"license": "MIT"
|
|
} |