基于vue3.0和element-plus的组件库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.8 KiB

2 years ago
{
2 years ago
"name": "noob-mengyxu",
1 year ago
"version": "0.3.5",
2 years ago
"main": "index.ts",
2 years ago
"module": "index.ts",
"keywords": [
"noob-mengyxu",
"noob",
"mengyxu",
"component library",
"ui framework",
"ui",
"vue"
],
2 years ago
"file": [
"packages/",
"plugs/"
],
2 years ago
"exports": {
".": {
"require": "./index.ts",
"import": "./index.ts"
},
"./packages": "./packages/index.ts",
"./plugs": "./plugs/index.ts"
},
2 years ago
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
2 years ago
"axios": "^0.19.2",
2 years ago
"core-js": "^3.8.3",
1 year ago
"element-plus": "2.4.0",
2 years ago
"vue": "^3.2.25",
2 years ago
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.3",
2 years ago
"vue3-i18n": "^1.1.5",
2 years ago
"vuex": "^4.0.0",
"xterm": "^5.2.1",
"xterm-addon-attach": "^0.8.0",
"xterm-addon-fit": "^0.7.0"
2 years ago
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
2 years ago
"typescript": "~4.5.5",
"js-md5": "^0.7.3"
2 years ago
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"@vue/typescript/recommended"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
2 years ago
}