| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "@smallwei/avue",
- "version": "3.4.8",
- "description": "A Magic Configurable Web Framework",
- "main": "lib/avue.min.js",
- "unpkg": "lib/avue.min.js",
- "jsdelivr": "lib/avue.min.js",
- "scripts": {
- "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org && yarn gen:version",
- "dev": "yarn gen:version && cross-env TARGET=dev gulp watch",
- "gen:version": "node build/version.js",
- "build": "yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
- "all": "yarn build && yarn dev"
- },
- "keywords": [
- "vue",
- "element-plus",
- "avue"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://gitee.com/smallweigit/avue.git"
- },
- "author": "smallwei",
- "license": "MIT",
- "bugs": {
- "url": "https://gitee.com/smallweigit/avue/issues"
- },
- "homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md",
- "devDependencies": {
- "@babel/cli": "^7.12.1",
- "@babel/core": "^7.11.4",
- "@babel/plugin-transform-runtime": "^7.12.1",
- "@babel/preset-env": "^7.11.5",
- "@vue/compiler-sfc": "^3.0.9",
- "@vue/component-compiler-utils": "^3.2.0",
- "axios": "^0.21.1",
- "babel-loader": "^8.2.2",
- "cross-env": "^3.1.3",
- "css-loader": "^5.2.0",
- "element-plus": "^2.3.7",
- "eslint": "4.14.0",
- "eslint-config-elemefe": "0.1.1",
- "eslint-loader": "^1.9.0",
- "eslint-plugin-html": "^4.0.1",
- "eslint-plugin-json": "^1.2.0",
- "gulp": "^4.0.2",
- "gulp-autoprefixer": "^8.0.0",
- "gulp-cssmin": "^0.2.0",
- "gulp-postcss": "^9.0.1",
- "gulp-sass": "^5.1.0",
- "progress-bar-webpack-plugin": "^1.11.0",
- "sass": "^1.52.1",
- "vue": "^3.3.4",
- "vue-loader": "^16.1.2",
- "webpack": "^4.27.0",
- "webpack-bundle-analyzer": "^3.0.3",
- "webpack-merge": "^4.1.4"
- },
- "peerDependencies": {
- "element-plus": ">=2.2.0",
- "vue": ">=3.2.0"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.0.6",
- "countup.js": "^1.9.3",
- "dayjs": "^1.10.4"
- },
- "files": [
- "lib",
- "README.md",
- "LICENSE"
- ]
- }
|