mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-20 14:19:59 -06:00
* feat: basic fonctionality, welcome and kill port widgets * fix: contrast improvements * feat: plugin/dep/vulnerability widgets design * fix: widget add/remove animation * feat: run task widget * feat: news + wip resizing * feat: nuxt * chore: removed widget example * fix: visual polish for widget transform * feat(widget): overlap detection * fix: news default/max size * feat(dashboard): sidepane transition * chore: dev api server port * fix(widget): configure tooltip * refactor(widget): generic Movable mixin * refactor(widget): resizable mixin * feat(widget): resize transition * feat(widget): resize improvements * refactor(widget): zoom factor * refactor(widget): OnGrid mixin * refactor(widget): resize handler style moved to global * chore: remove console.log * refactor: files structure * feat: improved design and layout * fix: content background vars * fix: status bar / view nav z-indexes * fix: webpack dashboard grid gap * feat(news feed): handle errors * fix(card): dimmed box shadow * fix: view nav & status bar z-index * fix: remove (wip) * feat(widget): style tweaks * feat(widget): details pane (wip) * feat: news feed widget improvements * feat(widget): custom header button * feat(news): item details pane * feat(widget): custom title * fix(news): better cache and misc fixes * feat(widget): resize left and top handles * feat(widget): transparent widget while moving/resizing * feat(news): better "big size" style * fix(news): media sizes in rich content * feat(plugin): local plugins support * fix: scrolling issue in Fx * fix: colors * fix(nav bar): more item overflowing * feat(vuln): frontend * chore: locale update * fix: image in suggestion dropdown (dev) * fix(suggestion): missing custom image * feat(view): user default plugin logo if no provided icon * feat(view): better loading UX * feat(view): button background if view is selected * feat(view): new nav indicator * feat(widget): use plugin logo as default icon * feat(widget): better widget modal * feat(widget): longDescription * fix(widget): news validate url param * feat(widget): filter widgets in add pane * feat(widget): tease upcoming widgets * chore: fix merge dev * chore: yarn install * chore: sync versions * chore: update apollo * docs: widget * fix(progress): graphql error * fix(deps): localPath * perf(plugin): faster local plugin refresh * fix(nav): center active indicator * feat(task): improved header * feat(client addon): custom component load timeout message * feat(suggestion): ping animation to improve discoverability * chore: update vue-apollo * feat(api): requestRoute * fix(suggestion): hide more info link if no link * fix(style): ul padding * test(e2e): fix plugin path * chore: change test scripts * chore(deps): upgrade * fix: build error * fix(widget): removed moving scale transform * fix(widget): resize handles style * chore(deps): unpin apollo-utilities * chore(deps): lock fix * test(e2e): fix server * fix: issue with writeQuery See: https://github.com/apollographql/apollo-client/issues/4031#issuecomment-433668473 * test(e2e): fix tests * test(e2e): missing widgets build * fix: missing widgets dep
121 lines
3.8 KiB
JSON
121 lines
3.8 KiB
JSON
{
|
|
"name": "@vue/cli-ui",
|
|
"version": "3.0.5",
|
|
"scripts": {
|
|
"serve": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4030/graphql VUE_APP_GRAPHQL_PORT=4030 vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"apollo": "cross-env VUE_APP_CLI_UI_DEV=true VUE_APP_GRAPHQL_PORT=4030 vue-cli-service apollo:watch",
|
|
"apollo:run": "cross-env VUE_CLI_PLUGIN_DEV=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:run",
|
|
"apollo:run: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:watch --mode production",
|
|
"prepublishOnly": "yarn run lint --no-fix && yarn run build",
|
|
"test:e2e": "yarn run test:clear && start-server-and-test apollo:run:test http://localhost:4040/.well-known/apollo/server-health test:e2e:dev",
|
|
"test:run": "yarn run test:clear && start-server-and-test apollo:run:test http://localhost:4040/.well-known/apollo/server-health test:e2e:run",
|
|
"test:e2e:dev": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development",
|
|
"test:e2e:run": "vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040",
|
|
"test:clear": "rimraf ../../test/cli-ui-test && rimraf ./live-test",
|
|
"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:run"
|
|
},
|
|
"files": [
|
|
"apollo-server",
|
|
"dist",
|
|
"locales",
|
|
"src",
|
|
"ui-defaults",
|
|
"ui-public",
|
|
"index.js",
|
|
"server.js"
|
|
],
|
|
"dependencies": {
|
|
"@akryum/winattr": "^3.0.0",
|
|
"@vue/cli-shared-utils": "^3.0.5",
|
|
"chalk": "^2.4.1",
|
|
"clone": "^2.1.1",
|
|
"deepmerge": "^2.1.1",
|
|
"execa": "^0.10.0",
|
|
"express-history-api-fallback": "^2.2.1",
|
|
"fkill": "^5.3.0",
|
|
"fs-extra": "^6.0.1",
|
|
"globby": "^8.0.1",
|
|
"graphql-tag": "^2.9.2",
|
|
"graphql-type-json": "^0.2.1",
|
|
"javascript-stringify": "^1.6.0",
|
|
"js-yaml": "^3.12.0",
|
|
"lodash.merge": "^4.6.1",
|
|
"lowdb": "^1.0.0",
|
|
"lru-cache": "^4.1.3",
|
|
"node-ipc": "^9.1.1",
|
|
"node-notifier": "^5.2.1",
|
|
"parse-git-config": "^2.0.2",
|
|
"portfinder": "^1.0.13",
|
|
"rss-parser": "^3.4.3",
|
|
"prismjs": "^1.15.0",
|
|
"semver": "^5.5.0",
|
|
"shortid": "^2.2.11",
|
|
"terminate": "^2.1.0",
|
|
"vue-cli-plugin-apollo": "^0.17.3",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.0.5",
|
|
"@vue/cli-plugin-e2e-cypress": "^3.0.5",
|
|
"@vue/cli-plugin-eslint": "^3.0.5",
|
|
"@vue/cli-service": "^3.0.5",
|
|
"@vue/eslint-config-standard": "^3.0.5",
|
|
"@vue/ui": "^0.5.5",
|
|
"ansi_up": "^3.0.0",
|
|
"cross-env": "^5.1.5",
|
|
"eslint": "^4.16.0",
|
|
"eslint-plugin-graphql": "^2.1.1",
|
|
"lint-staged": "^7.2.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"portal-vue": "^1.3.0",
|
|
"rimraf": "^2.6.2",
|
|
"start-server-and-test": "^1.4.1",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.1",
|
|
"vue": "^2.5.17",
|
|
"vue-apollo": "^3.0.0-beta.25",
|
|
"vue-color": "^2.4.6",
|
|
"vue-i18n": "^8.0.0",
|
|
"vue-instantsearch": "^1.5.1",
|
|
"vue-meta": "^1.5.0",
|
|
"vue-observe-visibility": "^0.4.1",
|
|
"vue-router": "^3.0.1",
|
|
"vue-template-compiler": "^2.5.17",
|
|
"vue-timeago": "^5.0.0",
|
|
"xterm": "^3.2.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
],
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"author": "Guillaume Chau",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
},
|
|
"vuePlugins": {
|
|
"ui": [
|
|
"ui-dev.js"
|
|
]
|
|
}
|
|
}
|