mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 23:34:56 +00:00
replaced CDN links with offline resource Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"name": "xc-electron-web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"build:copy": "npm run build; rm -rf ../nc-lib-gui/lib/dist/; rsync -rvzh ./dist/ ../nc-lib-gui/lib/dist/",
|
|
"build:copy:jsdeliver": "EE=true npm run build; rm -rf ../nc-lib-gui/lib/dist/; rsync -rvzh ./dist/ ../nc-lib-gui/lib/dist/ ; npm publish ../nc-lib-gui"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.12.0",
|
|
"@nuxtjs/toast": "^3.3.0",
|
|
"ace-builds": "^1.4.12",
|
|
"ace-diff": "^3.0.3",
|
|
"animate.css": "^4.1.1",
|
|
"browser-lang": "^0.1.0",
|
|
"dayjs": "^1.10.4",
|
|
"debounce": "^1.2.0",
|
|
"fix-path": "^3.0.0",
|
|
"inflection": "^1.12.0",
|
|
"material-design-icons-iconfont": "^5.0.1",
|
|
"monaco-editor": "^0.18.1",
|
|
"monaco-themes": "^0.2.5",
|
|
"nano-assign": "^1.0.1",
|
|
"nc-lib-gui": "^0.1.192",
|
|
"nuxt": "^2.14.0",
|
|
"odometer": "^0.4.8",
|
|
"secure-ls": "^1.2.6",
|
|
"socket.io-client": "^2.3.0",
|
|
"splitpanes": "^2.2.1",
|
|
"sql-formatter": "^2.3.3",
|
|
"unique-names-generator": "^4.3.1",
|
|
"uuid": "^8.3.2",
|
|
"v-clipboard": "^2.2.3",
|
|
"vee-validate": "^3.3.9",
|
|
"vue-github-buttons": "git+https://github.com/xgenecloud/vue-github-buttons.git",
|
|
"vue-i18n": "^8.20.0",
|
|
"vue-kanban": "^1.8.0",
|
|
"vue-odometer": "^1.0.2",
|
|
"vue-recaptcha": "^1.1.1",
|
|
"vue-recaptcha-v3": "^1.8.0",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vue-social-sharing": "^3.0.0-beta.11",
|
|
"vue-tour": "^1.5.0",
|
|
"vue-tree-list": "^1.4.6",
|
|
"vue-typer": "^1.2.0",
|
|
"vuedraggable": "^2.24.0",
|
|
"vuetify-datetime-picker": "^2.1.1",
|
|
"vuex-persistedstate": "^3.1.0",
|
|
"xterm": "^4.8.1",
|
|
"xterm-addon-fit": "^0.4.0",
|
|
"xterm-addon-web-links": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/vuetify": "^1.11.2",
|
|
"cypress": "^7.3.0",
|
|
"monaco-editor-webpack-plugin": "^1.9.1",
|
|
"sass": "~1.32.12",
|
|
"webpack-obfuscator": "^1.9.0"
|
|
}
|
|
}
|