UNPKG

modular-vue

Version:
72 lines (71 loc) 1.72 kB
{ "name": "modular-vue", "version": "1.3.1", "description": "modular vue support", "author": "han_feng@foxmail.com", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/*.js", "dist/*.ts" ], "repository": { "type": "git", "url": "git+https://github.com/han-feng/modular-vue.git" }, "keywords": [ "Modular", "extension", "vue", "app" ], "scripts": { "build": "gulp", "lint": "tslint -p tsconfig.json --fix", "test": "jest", "prebuild": "node script/sync-version.js", "prepublishOnly": "npm run build" }, "dependencies": { "@types/lowdb": "^1.0.11", "js-logger": "^1.6.1", "modular-core": "^1.4.1", "vue": "^2.6.14", "vue-router": "^3.5.2", "vuex": "^3.6.2", "vuex-along": "^1.2.13" }, "devDependencies": { "@babel/preset-env": "^7.15.4", "@types/jest": "^27.0.1", "@types/lodash": "^4.14.172", "@types/node": "^16.9.0", "@vue/test-utils": "^1.2.2", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.1.1", "browser-resolve": "^2.0.0", "chalk": "^4.1.2", "del": "^6.0.0", "dotgitignore": "^2.1.0", "gulp": "^4.0.2", "gulp-filter": "^7.0.0", "gulp-if": "^3.0.0", "gulp-license": "^1.1.0", "gulp-load-plugins": "^2.0.7", "gulp-match": "^1.1.0", "gulp-terser": "^2.0.1", "gulp-typescript": "^5.0.1", "gulp-zip": "^5.1.0", "jest": "^27.1.1", "kind-of": "^6.0.3", "lodash": "^4.17.21", "pump": "^3.0.0", "ts-jest": "^27.0.5", "tslib": "^2.3.1", "tslint": "^6.1.3", "typescript": "^4.4.2", "vue-jest": "^3.0.7", "vue-template-compiler": "^2.6.14" } }