mirror of https://github.com/allinssl/allinssl
45 lines
862 B
JSON
45 lines
862 B
JSON
{
|
|
"name": "@baota/i18n",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "",
|
|
"files": [
|
|
"dist/**",
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"development": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
},
|
|
"default": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "vite build",
|
|
"dev": "vite build --watch"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.2",
|
|
"@vueuse/core": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@baota/eslint": "workspace:*",
|
|
"@baota/prettier": "workspace:*",
|
|
"@baota/typescript": "workspace:*",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-dts": "^3.0.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|