forked from nocodb/nocodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "root",
"private": true,
"devDependencies": {
"cypress": "^7.3.0",
"jsdoc-to-markdown": "^5.0.3",
"lerna": "^3.20.1"
},
"scripts": {
"start": "cd packages/nc-gui;npm i && npm run start",
"test:travis": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna run test:travis --since",
"lerna:install": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna bootstrap --ignore nc-cli --since",
"updated:xc-migrator": "lerna run publish --scope xc-migrator && lerna run xc && lerna publish && npm install -f xc-cli",
"doc": "lerna run doc",
"install:local:dep": "cd packages/nc-lib-gui;npm uninstall -S xc-lib;rm package-lock.json; npm i ../../../xc-lib-private; cd ../xc-instant;npm uninstall -S xc-lib xc-lib-gui;npm i ../../../xc-lib-private;npm i ../xc-lib-gui",
"install:npm:dep": "cd packages/nc-lib-gui;npm uninstall -S xc-lib; npm i -S xc-lib@latest; cd ../xc-instant;npm uninstall -S xc-lib xc-lib-gui;npm i -S xc-lib@latest xc-lib-gui@latest;npm i ../xc-lib-gui"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"@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",
"canvas-confetti": "^1.4.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.15.7",
"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"
}
}