97ded1a9fe
* chore(deps): bump vuetify from 2.6.5 to 2.6.10 Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.5 to 2.6.10. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.10/packages/vuetify) --- updated-dependencies: - dependency-name: vuetify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump loader-utils from 2.0.2 to 2.0.4 Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump apollo-server-core from 3.10.2 to 3.11.1 Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.10.2 to 3.11.1. - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core) --- updated-dependencies: - dependency-name: apollo-server-core dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump express from 4.16.4 to 4.17.3 Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.16.4...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump json5 from 2.2.1 to 2.2.3 Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump passport from 0.4.1 to 0.6.0 Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.1 to 0.6.0. - [Release notes](https://github.com/jaredhanson/passport/releases) - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaredhanson/passport/compare/v0.4.1...v0.6.0) --- updated-dependencies: - dependency-name: passport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump luxon from 3.0.1 to 3.2.1 Bumps [luxon](https://github.com/moment/luxon) from 3.0.1 to 3.2.1. - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/3.0.1...3.2.1) --- updated-dependencies: - dependency-name: luxon dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump @graphql-codegen/cli * chore(deps): bump nodemon to resolve got dependabot issue Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
103 lines
3.5 KiB
JSON
103 lines
3.5 KiB
JSON
{
|
|
"name": "@speckle/frontend",
|
|
"version": "2.5.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview --port 8080",
|
|
"profile": "vite-bundle-visualizer --output profiler/stats.html",
|
|
"lint:eslint": "eslint . --ext .js,.ts,.vue,.tsx,.jsx",
|
|
"lint:ts": "vue-tsc --noEmit",
|
|
"lint": "yarn lint:eslint && yarn lint:ts",
|
|
"gqlgen": "graphql-codegen --config codegen.yml"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.0",
|
|
"@speckle/shared": "workspace:^",
|
|
"@speckle/viewer": "workspace:^",
|
|
"@tiptap/core": "^2.0.0-beta.176",
|
|
"@tiptap/extension-bold": "^2.0.0-beta.26",
|
|
"@tiptap/extension-document": "^2.0.0-beta.15",
|
|
"@tiptap/extension-hard-break": "^2.0.0-beta.30",
|
|
"@tiptap/extension-history": "^2.0.0-beta.21",
|
|
"@tiptap/extension-italic": "^2.0.0-beta.26",
|
|
"@tiptap/extension-link": "^2.0.0-beta.38",
|
|
"@tiptap/extension-mention": "^2.0.0-beta.97",
|
|
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
|
|
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
|
|
"@tiptap/extension-strike": "^2.0.0-beta.27",
|
|
"@tiptap/extension-text": "^2.0.0-beta.15",
|
|
"@tiptap/extension-underline": "^2.0.0-beta.23",
|
|
"@tiptap/vue-2": "^2.0.0-beta.79",
|
|
"@tryghost/content-api": "^1.5.12",
|
|
"@vue/apollo-composable": "^4.0.0-alpha.19",
|
|
"@vue/apollo-option": "^4.0.0-alpha.20",
|
|
"@vuejs-community/vue-filter-date-format": "^1.6.3",
|
|
"@vuejs-community/vue-filter-date-parse": "^1.1.6",
|
|
"@vueuse/core": "^9.0.0",
|
|
"apexcharts": "^3.33.1",
|
|
"apollo-upload-client": "^17.0.0",
|
|
"dompurify": "^2.3.6",
|
|
"graphql": "^15.0.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"numeral": "^2.0.6",
|
|
"portal-vue": "^2.1.7",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"subscriptions-transport-ws": "^0.11.0",
|
|
"tween": "^0.9.0",
|
|
"uuid": "^8.3.2",
|
|
"v-tooltip": "^2.0.3",
|
|
"vue": "^2.7.5",
|
|
"vue-apexcharts": "^1.6.1",
|
|
"vue-histogram-slider": "^0.3.8",
|
|
"vue-infinite-loading": "^2.4.5",
|
|
"vue-mixpanel": "1.0.7",
|
|
"vue-router": "^3.4.9",
|
|
"vue-timeago": "^5.1.2",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuetify": "^2.6.10",
|
|
"vuetify-image-input": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^2.16.3",
|
|
"@graphql-codegen/introspection": "2.1.1",
|
|
"@graphql-codegen/typed-document-node": "^2.3.1",
|
|
"@graphql-codegen/typescript": "2.5.1",
|
|
"@graphql-codegen/typescript-document-nodes": "2.2.13",
|
|
"@graphql-codegen/typescript-operations": "2.4.2",
|
|
"@mdi/font": "^5.8.55",
|
|
"@rushstack/eslint-patch": "^1.1.3",
|
|
"@swc/core": "^1.2.222",
|
|
"@types/apollo-upload-client": "^17.0.1",
|
|
"@types/dompurify": "^2.3.3",
|
|
"@types/lodash": "^4.14.180",
|
|
"@types/mixpanel-browser": "^2.38.0",
|
|
"@types/node": "^17.0.43",
|
|
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
|
"@typescript-eslint/parser": "^5.39.0",
|
|
"@vitejs/plugin-vue2": "^2.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.1",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"eslint": "^8.11.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-vue": "^9.2.0",
|
|
"prettier": "^2.5.1",
|
|
"sass": "~1.32.6",
|
|
"ts-node": "^10.9.1",
|
|
"tsconfig-paths": "^4.0.0",
|
|
"type-fest": "^2.13.1",
|
|
"typescript": "~4.5.5",
|
|
"unplugin-vue-components": "^0.22.4",
|
|
"vite": "^3.1.0",
|
|
"vite-bundle-visualizer": "^0.4.1",
|
|
"vite-plugin-simple-gql": "^0.5.0",
|
|
"vue-tsc": "^1.0.8"
|
|
},
|
|
"engines": {
|
|
"node": "^18.12.1"
|
|
}
|
|
}
|