1 Star 0 Fork 6

kankan-src/vue-page-stack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
hero_hezf 提交于 2020-06-22 15:37 +08:00 . v1.5.0
{
"name": "vue-page-stack",
"version": "1.5.0",
"description": "Routing and navigation for your Vue SPA. Vue 单页应用导航管理器",
"author": "hezf",
"scripts": {
"test:unit": "vue-cli-service test:unit",
"build": "vue-cli-service build --target lib --name vue-page-stack ./src/index.js",
"lint": "vue-cli-service lint",
"cz": "git-cz"
},
"main": "dist/vue-page-stack.common.js",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"husky": "^3.0.9",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Android >= 4.0",
"iOS >= 8",
"not ie <= 11"
],
"keywords": [
"vue",
"vue-router",
"stack",
"navigation",
"manager",
"page"
],
"jest": {
"moduleFileExtensions": [
"js",
"jsx",
"json",
"vue"
],
"transform": {
"^.+\\.vue$": "vue-jest",
".+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$": "jest-transform-stub",
"^.+\\.jsx?$": "babel-jest"
},
"transformIgnorePatterns": [
"/node_modules/"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
},
"snapshotSerializers": [
"jest-serializer-vue"
],
"testMatch": [
"**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"
],
"testURL": "http://localhost/",
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hezhongfeng/vue-page-stack.git"
},
"bugs": {
"url": "https://github.com/hezhongfeng/vue-page-stack/issues"
},
"homepage": "https://github.com/hezhongfeng/vue-page-stack#readme"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kankan-src/vue-page-stack.git
git@gitee.com:kankan-src/vue-page-stack.git
kankan-src
vue-page-stack
vue-page-stack
main

搜索帮助