121 lines
4.2 KiB
JSON
121 lines
4.2 KiB
JSON
{
|
|
"name": "@speckle/frontend",
|
|
"version": "2.5.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "ws -p 8080 -d dist -r '/([a-zA-Z0-9-_/]*)(\\?.*)? -> /app.html' ",
|
|
"build": "vue-cli-service build --mode production --silent",
|
|
"lint": "eslint . --ext .js,.ts,.vue,.tsx,.jsx",
|
|
"lint:vue": "vti diagnostics",
|
|
"lint:ts": "tsc --noEmit",
|
|
"build:dev": "vue-cli-service build --mode development --silent",
|
|
"build:dev:profile": "yarn build:dev -- --profile",
|
|
"build:profile": "yarn build -- --profile",
|
|
"dev": "vue-cli-service serve --mode development",
|
|
"inspect": "vue-cli-service inspect --mode production",
|
|
"inspect:dev": "vue-cli-service inspect --mode development",
|
|
"gqlgen": "graphql-codegen --config codegen.yml"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.6.9",
|
|
"@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",
|
|
"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",
|
|
"vue2-perfect-scrollbar": "^1.5.2",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuetify": "^2.3.21",
|
|
"vuetify-image-input": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "2.6.2",
|
|
"@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",
|
|
"@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.21.0",
|
|
"@typescript-eslint/parser": "^5.21.0",
|
|
"@vue/cli": "^4.5.19",
|
|
"@vue/cli-plugin-babel": "~4.3.1",
|
|
"@vue/cli-plugin-router": "~4.3.1",
|
|
"@vue/cli-plugin-typescript": "~4.5.19",
|
|
"@vue/cli-service": "~4.3.1",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"duplicate-dependencies-webpack-plugin": "^1.0.2",
|
|
"esbuild-loader": "^2.18.0",
|
|
"eslint": "^8.11.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-vue": "^9.2.0",
|
|
"local-web-server": "^5.2.0",
|
|
"lodash-webpack-plugin": "^0.11.6",
|
|
"prettier": "^2.5.1",
|
|
"sass": "~1.32.6",
|
|
"sass-loader": "^8.0.0",
|
|
"speed-measure-webpack-plugin": "^1.5.0",
|
|
"type-fest": "^2.13.1",
|
|
"typescript": "~4.1.5",
|
|
"vti": "^0.1.5",
|
|
"vue-cli-plugin-vuetify": "^2.5.1",
|
|
"vuetify-loader": "^1.9.1",
|
|
"webpack": "^4.46.0",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0"
|
|
},
|
|
"vuePlugins": {
|
|
"service": [
|
|
"./build-config/esbuildPlugin.js",
|
|
"./build-config/gqlPlugin.js"
|
|
]
|
|
}
|
|
}
|