Files
speckle-server/packages/frontend/package.json
T
Kristaps Fabians Geikins 83d8035dc2 chore: upgrade to eslint 9 (#2348)
* root + server

* frontend

* frontend-2

* dui3

* dui3

* tailwind theme

* ui-components

* preview service

* viewer

* viewer-sandbox

* fileimport-service

* webhook service

* objectloader

* shared

* ui-components-nuxt

* WIP full config

* WIP full linter

* eslint projectwide util

* minor fix

* removing redundant ci

* clean up test errors

* fixed prettier formatting

* CI improvements

* TSC lint fix

* 'buildBatch' needs to be async since some batch types (like Text) require it. Removed a disabled liniting rule from ObjLoader

* removed unnecessary void

---------

Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
2024-06-12 14:38:02 +03:00

102 lines
3.4 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 .",
"lint:ts": "vue-tsc --noEmit",
"lint": "yarn lint:eslint && yarn lint:ts",
"lint:ci": "yarn lint:ts",
"gqlgen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@speckle/shared": "workspace:^",
"@speckle/viewer": "2.17.8",
"@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.2.0",
"@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",
"@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": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-vue2": "^2.2.0",
"babel-plugin-lodash": "^3.3.4",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.26.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.25.1",
"vite": "^4.5.2",
"vite-bundle-visualizer": "^0.7.0",
"vite-plugin-simple-gql": "^0.5.0",
"vue-tsc": "^1.8.8"
},
"engines": {
"node": "^18.19.0"
}
}