UNPKG

@nx-plus/vue

Version:
55 lines (54 loc) 1.4 kB
{ "name": "@nx-plus/vue", "version": "15.0.0-rc.0", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json", "description": "Vue plugin for Nx", "repository": { "type": "git", "url": "git+https://github.com/ZachJW34/nx-plus.git" }, "keywords": [ "nx", "vue", "vuex", "jest", "cypress", "monorepo" ], "author": "Bucky Maler <maler.bucky@gmail.com> (http://buckymaler.com/)", "contributors": [ "Zachary Williams <zachjw34@gmail.com> (https://github.com/ZachJW34/)" ], "license": "MIT", "bugs": { "url": "https://github.com/ZachJW34/nx-plus/issues" }, "homepage": "https://github.com/ZachJW34/nx-plus/tree/master/libs/vue#readme", "peerDependencies": { "@nrwl/cypress": "^15.0.0", "@nrwl/jest": "^15.0.0", "@nrwl/linter": "^15.0.0", "@nrwl/workspace": "^15.0.0" }, "dependencies": { "@nrwl/devkit": "^15.0.0", "@vue/cli-shared-utils": "~5.0.0", "copy-webpack-plugin": "^11.0.0", "fs-extra": "^10.1.0", "less": "^4.1.0", "less-loader": "^11.1.0", "sass": "^1.55.0", "sass-loader": "^13.1.0", "semver": "^7.3.0", "stylus": "^0.59.0", "stylus-loader": "^7.1.0", "tsconfig-paths-webpack-plugin": "4.0.0", "typescript": "^4.0.0" }, "ng-update": { "migrations": "./migrations.json" }, "types": "./src/index.d.ts" }