UNPKG

@plugin-light/project-config-vue

Version:
52 lines 1.59 kB
{ "name": "@plugin-light/project-config-vue", "version": "1.0.2", "description": "开箱即用的项目配置,适用于 Vue2.x 项目", "keywords": [ "plugin-light", "project-config", "webpack", "vue2", "vue" ], "homepage": "https://novlan1.github.io/docs/plugin-light/zh/project-config-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": { "@tdesign/uniapp": "^0.7.3", "@tdesign/uniapp-chat": "^0.2.1", "filemanager-webpack-plugin": "^2.0.5", "prerender-spa-plugin": "^3.4.0", "t-comm": "^3.0.22", "webpack-bundle-analyzer": "^3.8.0", "webpack-hooks-shellscripts": "^1.0.2", "workbox-webpack-plugin": "6", "@plugin-light/shared": "^1.0.24", "@plugin-light/webpack-loader-cross-game-style": "^1.0.2", "@plugin-light/webpack-loader-cross-platform": "^1.0.0", "@plugin-light/webpack-plugin-modify-html": "^1.0.0", "@plugin-light/webpack-loader-ifdef": "^1.0.0", "@plugin-light/webpack-loader-publish": "^1.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "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" } }