新增前端vue
This commit is contained in:
69
web-vue/packages/vite/package.json
Normal file
69
web-vue/packages/vite/package.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"name": "@jeesite/vite",
|
||||
"version": "5.14.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"stub": "pnpm unbuild --stub",
|
||||
"type:check": "vue-tsc --noEmit --skipLibCheck",
|
||||
"lint:eslint": "eslint --cache --max-warnings 0 \"./**/*.{vue,ts,tsx}\" --fix",
|
||||
"lint:all": "pnpm type:check && pnpm lint:eslint",
|
||||
"uninstall": "rimraf node_modules",
|
||||
"update": "ncu -u"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./config/getEnvConfigName": {
|
||||
"import": "./config/getEnvConfigName.ts",
|
||||
"types": "./config/getEnvConfigName.ts"
|
||||
},
|
||||
"./theme/themeConfig": {
|
||||
"import": "./theme/themeConfig.ts",
|
||||
"types": "./theme/themeConfig.ts"
|
||||
},
|
||||
"./dist/*": "./dist/*"
|
||||
},
|
||||
"dependencies": {
|
||||
"picocolors": "1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@vitejs/plugin-legacy": "7.2.1",
|
||||
"@vitejs/plugin-vue": "6.0.1",
|
||||
"@vitejs/plugin-vue-jsx": "5.1.1",
|
||||
"dotenv": "17.2.3",
|
||||
"fs-extra": "11.3.2",
|
||||
"pkg-types": "2.3.0",
|
||||
"rollup-plugin-visualizer": "6.0.4",
|
||||
"unbuild": "3.6.1",
|
||||
"unocss": "66.5.3",
|
||||
"vite-plugin-compression": "0.5.1",
|
||||
"vite-plugin-html": "3.2.2",
|
||||
"vite-plugin-mkcert": "1.17.9",
|
||||
"vite-plugin-monaco-editor-esm": "2.0.2",
|
||||
"vite-plugin-theme-vite3": "2.0.1",
|
||||
"vite-plugin-vue-setup-extend": "0.4.0"
|
||||
},
|
||||
"homepage": "https://jeesite.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitee.com/thinkgem/jeesite-vue.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://gitee.com/thinkgem/jeesite-vue/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "ThinkGem",
|
||||
"email": "thinkgem@163.com",
|
||||
"url": "https://gitee.com/thinkgem"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user