{ "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.13.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.16.0" } }