mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:57:23 +00:00
201 lines
6.9 KiB
JSON
201 lines
6.9 KiB
JSON
{
|
|
"name": "nc-gui",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.6.0",
|
|
"description": "NocoDB Frontend",
|
|
"author": {
|
|
"name": "NocoDB",
|
|
"url": "https://nocodb.com/"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"homepage": "https://github.com/nocodb/nocodb",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nocodb/nocodb.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nocodb/nocodb/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"web-types": "web-types.json",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"start": "node .output/server/index.mjs",
|
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx,.vue\" --fix --ignore-path .gitignore .",
|
|
"test": "vitest -c test/vite.config.ts",
|
|
"test:ui": "vitest -c test/vite.config.ts --ui",
|
|
"coverage": "vitest -c test/vite.config.ts run --coverage",
|
|
"build:copy": "pnpm run generate; rm -rf ../nc-lib-gui/lib/dist/; rsync -rvzh ./dist/ ../nc-lib-gui/lib/dist/",
|
|
"build:copy:publish": "pnpm run generate; rm -rf ../nc-lib-gui/lib/dist/; rsync -rvzh ./dist/ ../nc-lib-gui/lib/dist/; pnpm publish ../nc-lib-gui",
|
|
"ci:run": "export NODE_OPTIONS=\"--max_old_space_size=16384\"; pnpm install; pnpm run build; NUXT_PAGE_TRANSITION_DISABLE=true NUXT_PUBLIC_NC_BACKEND_URL=http://localhost:8080 pnpm run start &",
|
|
"ci:start": "export NODE_OPTIONS=\"--max_old_space_size=16384\"; NUXT_PAGE_TRANSITION_DISABLE=true NUXT_PUBLIC_NC_BACKEND_URL=http://localhost:8080 pnpm run start &",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@ckpack/vue-color": "^1.6.0",
|
|
"@floating-ui/vue": "^1.1.6",
|
|
"@iconify/vue": "^4.3.0",
|
|
"@pinia/nuxt": "^0.5.5",
|
|
"@productdevbook/chatwoot": "^2.0.0",
|
|
"@readme/httpsnippet": "^11.0.0",
|
|
"@sentry/vue": "^9.2.0",
|
|
"@tiptap/extension-hard-break": "^2.11.5",
|
|
"@tiptap/extension-italic": "^2.11.5",
|
|
"@tiptap/extension-link": "^2.11.5",
|
|
"@tiptap/extension-mention": "^2.11.5",
|
|
"@tiptap/extension-placeholder": "^2.11.5",
|
|
"@tiptap/extension-strike": "^2.11.5",
|
|
"@tiptap/extension-task-list": "^2.11.5",
|
|
"@tiptap/extension-underline": "^2.11.5",
|
|
"@tiptap/html": "2.11.0",
|
|
"@tiptap/pm": "^2.11.5",
|
|
"@tiptap/starter-kit": "^2.11.5",
|
|
"@tiptap/vue-3": "^2.11.5",
|
|
"@vue-flow/additional-components": "^1.3.3",
|
|
"@vue-flow/core": "^1.42.1",
|
|
"@vuelidate/core": "^2.0.3",
|
|
"@vuelidate/validators": "^2.0.4",
|
|
"@vueuse/components": "^10.11.1",
|
|
"@vueuse/core": "^10.11.1",
|
|
"@vueuse/integrations": "^10.11.1",
|
|
"@vueuse/motion": "^2.2.6",
|
|
"@vvo/tzdb": "^6.183.0",
|
|
"ant-design-vue": "^3.2.20",
|
|
"chart.js": "^4.4.7",
|
|
"crossoriginworker": "^1.1.0",
|
|
"d3-scale": "^4.0.2",
|
|
"dagre": "^0.8.5",
|
|
"dayjs": "^1.11.13",
|
|
"deep-object-diff": "^1.1.9",
|
|
"embla-carousel-vue": "^8.5.2",
|
|
"emoji-mart-vue-fast": "^15.0.4",
|
|
"fflate": "^0.8.2",
|
|
"file-saver": "^2.0.5",
|
|
"fuse.js": "^6.6.2",
|
|
"html-entities": "^2.5.2",
|
|
"inflection": "^1.13.4",
|
|
"isomorphic-dompurify": "^2.25.0",
|
|
"jsbarcode": "^3.11.6",
|
|
"jsep": "^1.4.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.markercluster": "^1.5.3",
|
|
"locale-codes": "^1.3.1",
|
|
"lru-cache": "^11.0.2",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-regexp": "^0.4.0",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"marked": "^4.3.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"monaco-sql-languages": "^0.11.0",
|
|
"nocodb-sdk": "0.264.9",
|
|
"papaparse": "^5.5.2",
|
|
"parse-github-url": "^1.0.3",
|
|
"pdfobject": "^2.3.0",
|
|
"pdfobject-vue": "^0.0.4",
|
|
"pinia": "^2.3.1",
|
|
"plyr": "^3.7.8",
|
|
"qrcode": "^1.5.4",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.1",
|
|
"rfdc": "^1.4.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"sortablejs": "^1.15.6",
|
|
"splitpanes": "3.1.5",
|
|
"tinycolor2": "^1.6.0",
|
|
"tiptap-markdown": "^0.8.10",
|
|
"turndown": "^7.2.0",
|
|
"typesense": "^2.0.3",
|
|
"unified": "^11.0.5",
|
|
"unique-names-generator": "^4.7.1",
|
|
"v3-infinite-loading": "^1.3.2",
|
|
"validator": "^13.12.0",
|
|
"vue-advanced-cropper": "^2.8.9",
|
|
"vue-barcode-reader": "^1.0.3",
|
|
"vue-chartjs": "^5.3.2",
|
|
"vue-dompurify-html": "^5.3.0",
|
|
"vue-fullscreen": "^3.1.3",
|
|
"vue-github-button": "^3.1.3",
|
|
"vue-i18n": "^9.14.4",
|
|
"vue3-calendar-heatmap": "^2.0.5",
|
|
"vue3-contextmenu": "^0.2.12",
|
|
"vue3-grid-layout-next": "^1.0.7",
|
|
"vue3-text-clamp": "^0.1.2",
|
|
"vuedraggable": "^4.1.0",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
"youtube-vue3": "^0.1.15"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.26.3",
|
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
"@iconify-json/ant-design": "^1.2.5",
|
|
"@iconify-json/bi": "^1.2.2",
|
|
"@iconify-json/carbon": "^1.2.6",
|
|
"@iconify-json/cil": "^1.2.2",
|
|
"@iconify-json/clarity": "^1.2.2",
|
|
"@iconify-json/eva": "^1.2.1",
|
|
"@iconify-json/ic": "^1.2.2",
|
|
"@iconify-json/ion": "^1.2.2",
|
|
"@iconify-json/la": "^1.2.1",
|
|
"@iconify-json/logos": "^1.2.4",
|
|
"@iconify-json/lucide": "^1.2.25",
|
|
"@iconify-json/material-symbols": "^1.2.14",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/mi": "^1.2.2",
|
|
"@iconify-json/ph": "^1.2.2",
|
|
"@iconify-json/ri": "^1.2.5",
|
|
"@iconify-json/simple-icons": "^1.2.23",
|
|
"@iconify-json/system-uicons": "^1.2.2",
|
|
"@iconify-json/tabler": "^1.2.15",
|
|
"@iconify-json/vscode-icons": "^1.2.11",
|
|
"@intlify/unplugin-vue-i18n": "^6.0.8",
|
|
"@nuxt/image": "^1.10.0",
|
|
"@nuxt/kit": "3.17.4",
|
|
"@types/d3-scale": "^4.0.9",
|
|
"@types/dagre": "^0.7.52",
|
|
"@types/diff": "^7.0.1",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/inflection": "^1.13.2",
|
|
"@types/leaflet": "^1.9.16",
|
|
"@types/leaflet.markercluster": "^1.5.5",
|
|
"@types/papaparse": "^5.3.15",
|
|
"@types/parse-github-url": "^1.0.3",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"@types/splitpanes": "^2.2.6",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@types/turndown": "^5.0.5",
|
|
"@types/validator": "^13.12.2",
|
|
"@types/vue-barcode-reader": "^0.0.3",
|
|
"@vitest/ui": "^3.0.7",
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vueuse/nuxt": "^12.5.0",
|
|
"@windicss/plugin-animations": "^1.0.9",
|
|
"@windicss/plugin-question-mark": "^0.1.1",
|
|
"@windicss/plugin-scrollbar": "^1.2.3",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"happy-dom": "^17.1.8",
|
|
"nuxt": "3.17.4",
|
|
"nuxt-windicss": "^3.0.1",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.84.0",
|
|
"ts-loader": "^9.5.2",
|
|
"unplugin-icons": "^0.22.0",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite-plugin-monaco-editor": "^1.1.0",
|
|
"vite-plugin-purge-icons": "^0.10.0",
|
|
"vitest": "^3.0.7",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|