UNPKG

uniapp-sfc-loader

Version:

修改自uniapp-router-view-loader,解决windows下路径问题

65 lines (64 loc) 2.51 kB
{ "name": "uniapp-sfc-loader", "version": "1.0.2", "description": "修改自uniapp-router-view-loader,解决windows下路径问题", "main": "./dist/plugins/index.js", "scripts": { "dev": "rimraf ./dist && rollup --config --environment NODE_ENV:development && npm run local:test", "dev:watch": "node ./scripts/chokidar.js", "build": "rimraf ./dist && rollup --config --environment NODE_ENV:production", "addV": "npm --no-git-tag-version version patch", "test": "jest", "test:coverage": "jest --coverage", "docs:dev": "node ./scripts/copyChangelog.js && vuepress dev docs", "docs:build": "node ./scripts/copyChangelog.js && vuepress build docs && node ./scripts/addBaiduStatistics.js && gzip ./docs/.vuepress/dist/**/*.{html,css,js,svg}", "zip:example": "node ./scripts/compressZipExample.js", "zip:src": "node ./scripts/compressZipSrc.js", "local:test": "node ./scripts/localTest.js", "local:publish": "node ./scripts/localPublish.js" }, "author": "fty2460392754@gmail.com", "keywords": [ "uniapp", "router-view" ], "repository": { "type": "git", "url": "https://github.com/2460392754/uniapp-router-view-loader.git" }, "bugs": { "url": "https://github.com/2460392754/uniapp-router-view-loader/issues" }, "homepage": "https://github.com/2460392754/uniapp-router-view-loader", "license": "MIT", "devDependencies": { "@babel/core": "^7.17.2", "@babel/node": "^7.16.8", "@babel/preset-env": "^7.16.11", "@rollup/plugin-json": "^4.1.0", "@types/jest": "^27.4.0", "@vuepress/plugin-search": "^2.0.0-beta.35", "chalk": "4", "chokidar": "^3.5.3", "compressing": "^1.5.1", "dayjs": "^1.10.8", "fs-extra": "^11.3.0", "gzip-cli": "^1.2.0", "jest": "^27.5.1", "rollup": "^2.67.2", "rollup-plugin-ts": "^2.0.5", "rollup-plugin-typescript2": "^0.31.2", "rollup-plugin-uglify": "^6.0.4", "shelljs": "^0.8.5", "typescript": "^4.5.5", "uniapp-sfc-loader": "^1.0.0", "vue": "^3.2.31", "vuepress": "^2.0.0-beta.35", "vuepress-plugin-copy-code2": "^2.0.0-alpha.23", "vuepress-plugin-vuepress2.x-code-copy": "^1.0.0", "vuepress-theme-quicksand": "^1.0.4" }, "dependencies": { "node-html-parser": "^5.2.0" } }