UNPKG

@newbiz/vue-maintainer-libs

Version:

Vue.js maintainer 라이브러리

68 lines (67 loc) 1.61 kB
{ "name": "@newbiz/vue-maintainer-libs", "version": "1.7.0", "description": "Vue.js maintainer 라이브러리", "keywords": [ "newbiz", "vessel", "vue.js", "maintainer", "typescript" ], "homepage": "", "license": "ISC", "author": "신사업프론트개발 <newbiz-fe@wemakeprice.com>", "private": false, "repository": "http://stash.wemakeprice.com/projects/FE/repos/newbiz-vue-maintainer-libs", "bugs": "http://jira.wemakeprice.com/projects/WFE", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "login": "vessel login", "lint": "vessel lint", "lint:fix": "vessel lint fix", "clean": "vessel clean", "build": "vessel build", "watch": "vessel build watch", "test": "vessel test", "test:watch": "vessel test watch", "prepublishOnly": "vessel prepublish" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "files": [ "dist", "!dist/test", "!dist/**/@setup.d.ts", "!dist/**/@setup.js", "!dist/**/*.test.d.ts", "!dist/**/*.test.js", "types", "CHANGELOG.md", "README.md", "LICENSE" ], "engines": { "node": ">=10", "npm": ">=6" }, "dependencies": { "@newbiz/axios-libs": "^1.1.1", "register-service-worker": "^1.6.2", "vue": "^2.6.11", "vue-router": "^3.1.5", "vuex": "^3.1.2" }, "devDependencies": { "@types/jest": "^25.1.3", "@types/node": "^13.7.4", "@types/react": "^16.9.22", "@types/react-dom": "^16.9.5" }, "vessel": { "minVersion": "3.2.0" } }