forked from opentiny/tiny-vue
19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"name": "@opentiny/vue-locale",
|
|
"private": true,
|
|
"version": "3.15.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@opentiny/vue-renderless": "workspace:~",
|
|
"@opentiny/vue-theme": "workspace:~",
|
|
"@opentiny/vue-theme-mobile": "workspace:~"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm -w build:ui $npm_package_name",
|
|
"//postversion": "pnpm build"
|
|
}
|
|
} |