【初始化】前端工程项目

This commit is contained in:
chudong
2025-05-09 15:11:21 +08:00
parent c012704c9a
commit d7c556c3b0
524 changed files with 55595 additions and 112 deletions

View File

@@ -0,0 +1,44 @@
{
"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"
}