package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "name": "@vue/cli-ui",
  3. "version": "4.5.19",
  4. "repository": {
  5. "type": "git",
  6. "url": "git+https://github.com/vuejs/vue-cli.git",
  7. "directory": "packages/@vue/cli-ui"
  8. },
  9. "scripts": {
  10. "serve": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4030/graphql VUE_APP_GRAPHQL_PORT=4030 vue-cli-service serve",
  11. "build": "vue-cli-service build",
  12. "lint": "vue-cli-service lint src apollo-server",
  13. "apollo": "cross-env VUE_APP_CLI_UI_DEV=true VUE_APP_CLI_UI_DEBUG=true VUE_APP_GRAPHQL_PORT=4030 vue-cli-service apollo:dev",
  14. "apollo:debug": "cross-env VUE_CLI_DEBUG=true yarn run apollo",
  15. "apollo:start": "cross-env VUE_CLI_PLUGIN_DEV=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:start",
  16. "apollo:start:test": "cross-env VUE_CLI_DEBUG=true VUE_CLI_UI_TEST=true VUE_APP_GRAPHQL_PORT=4040 VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql VUE_CLI_IPC=vue-cli-test vue-cli-service apollo:dev --mode production",
  17. "prepublishOnly": "yarn run lint --no-fix && yarn run build",
  18. "test:e2e": "yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:dev",
  19. "test:start": "yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:start",
  20. "test:e2e:dev": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development",
  21. "test:e2e:start": "vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040",
  22. "test:clear": "rimraf ../../test/cli-ui-test && rimraf ./live-test",
  23. "test": "yarn run build && cd ../cli-ui-addon-webpack && yarn run build && cd ../cli-ui-addon-widgets && yarn run build && cd ../cli-ui && yarn run test:start"
  24. },
  25. "files": [
  26. "apollo-server",
  27. "dist",
  28. "locales",
  29. "src",
  30. "ui-defaults",
  31. "ui-public",
  32. "index.js",
  33. "server.js",
  34. "graphql-server.js"
  35. ],
  36. "dependencies": {
  37. "@achrinza/node-ipc": "9.2.2",
  38. "@akryum/winattr": "^3.0.0",
  39. "@vue/cli-shared-utils": "^4.5.19",
  40. "apollo-server-express": "^2.13.1",
  41. "clone": "^2.1.1",
  42. "deepmerge": "^4.2.2",
  43. "express": "^4.17.1",
  44. "express-history-api-fallback": "^2.2.1",
  45. "fkill": "^6.1.0",
  46. "fs-extra": "^7.0.1",
  47. "globby": "^9.2.0",
  48. "graphql": "^14.6.0",
  49. "graphql-subscriptions": "^1.1.0",
  50. "graphql-tag": "^2.10.3",
  51. "graphql-type-json": "^0.3.1",
  52. "javascript-stringify": "^1.6.0",
  53. "js-yaml": "^3.13.1",
  54. "lodash.merge": "^4.6.1",
  55. "lowdb": "^1.0.0",
  56. "lru-cache": "^5.1.1",
  57. "node-notifier": "^9.0.0",
  58. "parse-git-config": "^2.0.2",
  59. "portfinder": "^1.0.26",
  60. "prismjs": "^1.20.0",
  61. "rss-parser": "^3.8.0",
  62. "shortid": "^2.2.15",
  63. "typescript": "~4.1.5",
  64. "watch": "^1.0.2"
  65. },
  66. "devDependencies": {
  67. "@vue/cli-plugin-babel": "^4.5.19",
  68. "@vue/cli-plugin-e2e-cypress": "^4.5.19",
  69. "@vue/cli-plugin-eslint": "^4.5.19",
  70. "@vue/cli-service": "^4.5.19",
  71. "@vue/eslint-config-standard": "^5.1.2",
  72. "@vue/ui": "^0.9.2",
  73. "ansi_up": "^3.0.0",
  74. "apollo-client": "^2.6.10",
  75. "apollo-link": "^1.2.14",
  76. "babel-eslint": "^10.1.0",
  77. "core-js": "^3.6.5",
  78. "cross-env": "^6.0.3",
  79. "eslint": "^6.7.2",
  80. "eslint-plugin-graphql": "^3.1.0",
  81. "eslint-plugin-import": "^2.20.2",
  82. "eslint-plugin-node": "^11.1.0",
  83. "eslint-plugin-promise": "^4.2.1",
  84. "eslint-plugin-standard": "^4.0.0",
  85. "eslint-plugin-vue": "^6.2.2",
  86. "lint-staged": "^9.5.0",
  87. "lodash.debounce": "^4.0.8",
  88. "portal-vue": "^1.3.0",
  89. "rimraf": "^3.0.2",
  90. "start-server-and-test": "^1.11.0",
  91. "stylus": "^0.54.5",
  92. "stylus-loader": "^3.0.1",
  93. "subscriptions-transport-ws": "^0.9.6",
  94. "vue": "^2.6.11",
  95. "vue-apollo": "^3.0.3",
  96. "vue-cli-plugin-apollo": "^0.21.3",
  97. "vue-color": "^2.7.1",
  98. "vue-i18n": "^8.17.7",
  99. "vue-instantsearch": "^1.5.1",
  100. "vue-meta": "^1.6.0",
  101. "vue-observe-visibility": "^0.4.6",
  102. "vue-router": "^3.2.0",
  103. "vue-template-compiler": "^2.6.11",
  104. "vue-timeago": "^5.1.2",
  105. "vue-virtual-scroller": "^1.0.10",
  106. "xterm": "^3.13.2"
  107. },
  108. "browserslist": [
  109. "> 1%",
  110. "last 2 versions",
  111. "not dead"
  112. ],
  113. "main": "index.js",
  114. "license": "MIT",
  115. "author": "Guillaume Chau",
  116. "engines": {
  117. "node": ">=8"
  118. },
  119. "publishConfig": {
  120. "access": "public"
  121. },
  122. "gitHooks": {
  123. "pre-commit": "lint-staged"
  124. },
  125. "lint-staged": {
  126. "*.js": [
  127. "vue-cli-service lint",
  128. "git add"
  129. ],
  130. "*.vue": [
  131. "vue-cli-service lint",
  132. "git add"
  133. ]
  134. },
  135. "vuePlugins": {
  136. "ui": [
  137. "ui-dev.js"
  138. ]
  139. },
  140. "gitHead": "bef7a67566585876d56fa0e41b364675467bba8f"
  141. }