UNPKG

@plugin-light/project-config-uni-vue

Version:

开箱即用的项目配置,适用于 uni-app Vue2.x 项目

74 lines 3.12 kB
{ "name": "@plugin-light/project-config-uni-vue", "version": "1.0.0", "description": "开箱即用的项目配置,适用于 uni-app Vue2.x 项目", "keywords": [ "plugin-light", "project-config", "uni-app", "webpack", "vue2", "vue" ], "homepage": "https://novlan1.github.io/docs/plugin-light/zh/project-config-uni-vue.html", "bugs": { "url": "https://github.com/novlan1/plugin-light/issues" }, "repository": { "type": "git", "url": "https://github.com/novlan1/plugin-light" }, "license": "MIT", "author": "novlan1", "main": "./lib/index", "files": [ "lib/" ], "dependencies": { "chalk": "4", "progress-bar-webpack-plugin": "^2.1.0", "script-ext-html-webpack-plugin": "^2.1.5", "t-comm": "^1.5.40", "uni-read-pages": "^1.0.5", "webpack-bundle-analyzer": "^3.8.0", "workbox-webpack-plugin": "6", "@plugin-light/shared": "^1.0.0", "@plugin-light/webpack-loader-auto-placeholder": "^1.0.0", "@plugin-light/webpack-loader-cross-module-style": "^1.0.0", "@plugin-light/webpack-loader-cross-platform": "^1.0.0", "@plugin-light/webpack-loader-cross-game-style": "^1.0.0", "@plugin-light/webpack-loader-css-url-blank-space": "^1.0.0", "@plugin-light/webpack-loader-insert-page-meta": "^1.0.0", "@plugin-light/webpack-loader-insert-global-comp": "^1.0.0", "@plugin-light/webpack-loader-remove-scoped": "^1.0.0", "@plugin-light/webpack-loader-replace-library": "^1.0.0", "@plugin-light/webpack-loader-replace-template-tag": "^1.0.0", "@plugin-light/webpack-loader-transform-dynamic-comp": "^1.0.0", "@plugin-light/webpack-loader-replace-vue-key": "^1.0.0", "@plugin-light/webpack-loader-v-lazy": "^1.0.0", "@plugin-light/webpack-plugin-add-placeholder": "^1.0.0", "@plugin-light/webpack-plugin-check-long-constant": "^1.0.0", "@plugin-light/webpack-plugin-copy-dir": "^1.0.0", "@plugin-light/webpack-plugin-custom-preload": "^1.0.0", "@plugin-light/webpack-plugin-dispatch-script": "^1.0.0", "@plugin-light/webpack-plugin-dispatch-vue": "^1.0.0", "@plugin-light/webpack-loader-swipe-component": "^1.0.0", "@plugin-light/webpack-plugin-fix-mini-css-plugin": "^1.0.0", "@plugin-light/webpack-plugin-fix-import-path": "^1.0.0", "@plugin-light/webpack-plugin-fix-npm-package": "^1.0.0", "@plugin-light/webpack-plugin-gen-mp-plugin-playground": "^1.0.1", "@plugin-light/webpack-plugin-gen-version": "^1.0.0", "@plugin-light/webpack-plugin-global-this-polyfill": "^1.0.0", "@plugin-light/webpack-plugin-insert-script": "^1.0.0", "@plugin-light/webpack-plugin-manifest-expose": "^1.0.0", "@plugin-light/webpack-plugin-rem-to-rpx": "^1.0.0", "@plugin-light/webpack-plugin-transfer-local-file": "^1.0.0", "@plugin-light/webpack-plugin-replace-uni-h5": "^1.0.1" }, "scripts": { "build": "rm -rf lib && rollup -c", "bump": "node ../../script/monorepo/version-simple $PWD", "changelog": "node ../../script/monorepo/changelog $PWD", "release": "node ../../script/monorepo/release $PWD" } }