taec0123_avue
Version:
A Magic Configurable Web Framework
98 lines (97 loc) • 3.06 kB
JSON
{
"name": "taec0123_avue",
"version": "0.11.0",
"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 ",
"dev": "cross-env TARGET=dev UINAME=element-ui gulp watch",
"build": "cross-env TARGET=prod UINAME=element-ui gulp build",
"analyz": "NODE_ENV=production npm_config_report=true npm run build",
"dev:vant": "cross-env TARGET=dev-vant UINAME=vant gulp watch",
"build:vant": "cross-env TARGET=prod-vant UINAME=vant gulp build",
"dev:antd": "cross-env TARGET=dev-antd UINAME=antd gulp watch",
"build:antd": "cross-env TARGET=prod-antd UINAME=antd gulp build",
"build:all": "npm run build && npm run build:vant && npm run build:antd"
},
"keywords": [
"vue",
"element-ui",
"vant",
"ant-design-vue",
"avue"
],
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^2.2.0",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"browserslist": "^4.17.0",
"chai": "^3.5.0",
"cp-cli": "^1.1.2",
"cross-env": "^3.1.3",
"css-loader": "^5.2.0",
"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.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^4.1.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^3.0.0",
"mocha": "^3.1.1",
"progress-bar-webpack-plugin": "^1.11.0",
"sass-loader": "^16.0.6",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"@antv/g6": "^4.8.24",
"async-validator": "^1.10.0",
"axios": "^0.21.1",
"countup.js": "^1.9.3",
"dayjs": "^1.10.4",
"deepmerge": "^3.1.0",
"element-ui": "^2.15.13",
"jszip": "^3.10.0",
"jszip-utils": "^0.1.0",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"sortablejs": "^1.10.0-rc2",
"three": "^0.142.0",
"vant": "^2.10.9",
"vue": "^2.5.17",
"vue-seamless-scroll": "^1.1.23",
"vuedraggable": "^2.17.0",
"worker-loader": "^2.0.0"
},
"files": [
"lib",
"README.md",
"LICENSE"
]
}