-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.74 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "studio",
"version": "2.0.9",
"versionAlias": "Kona-2.0.9",
"license": "GPL-3.0",
"scripts": {
"serve": "vite --port=3000 --host",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"build:dev": "vue-tsc --noEmit --skipLibCheck && vite build --mode development",
"format": "npx prettier --write \"./*.{js,ts,vue,json}\" \"./src/**/*.{js,ts,vue,json}\"",
"serve:localhost": "vite --mode localhost --port=3000",
"start": "vite preview",
"i18n": "node ./src/i18n/scan.js",
"genql": "genql --endpoint $(grep VITE_GRAPHQL_ENDPOINT .env)studio_graphql/ --output ./src/genql/studio && genql --endpoint $(grep VITE_GRAPHQL_ENDPOINT .env)config_graphql/ --output ./src/genql/config",
"fix_genql_urls": "./fix_genql_urls.sh"
},
"dependencies": {
"16": "^0.0.2",
"@ant-design/icons-vue": "^7.0.1",
"@apollo/client": "^3.8.8",
"@fortawesome/fontawesome-free": "^5.15.1",
"@tinymce/tinymce-vue": "^4",
"@tiptap/extension-image": "^2.1.13",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-placeholder": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/vue-3": "^2.1.13",
"@vue/apollo-composable": "^4.0.0-beta.12",
"@vueuse/core": "^6.7.3",
"@yeger/vue-masonry-wall": "^3.0.29",
"animejs": "^3.2.1",
"ant-design-vue": "^4.2.1",
"autoprefixer": "^10.3.7",
"axios": "^1.6.0",
"bulma": "^0.9.4",
"bulma-slider": "^2.0.5",
"bulma-switch": "^2.0.4",
"bulma-toast": "^2.4.1",
"bulma-tooltip": "^3.0.2",
"core-js": "^3.6.5",
"emoji-picker-element": "^1.4.0",
"flv.js": "^1.5.0",
"genql": "^2.0.1",
"graphql": "^15.6.1",
"graphql-request": "^3.4.0",
"graphql-tag": "^2.12.5",
"html2canvas": "^1.0.0-rc.7",
"humanize-duration": "^3.27.0",
"js-cookie": "^2.2.1",
"less": "^4.1.2",
"modern-copy": "^1.0.3",
"moment": "^2.29.4",
"moveable": "^0.24.5",
"mqtt": "^4.2.6",
"node": "^20.14.0",
"object-hash": "^2.1.1",
"postcss": "^8.4.32",
"qr-code-styling": "^1.6.0-rc.1",
"tailwindcss": "^3.4.0",
"unplugin-vue-components": "^0.26.0",
"uuid": "^9.0.1",
"vue": "^3.3.13",
"vue-i18n": "^9.5.0",
"vue-router": "4",
"vue-slicksort": "^2.0.0-alpha.5",
"vue-turnstile": "^1.0.5",
"vuex": "^4.0.0-0",
"vuex-persistedstate": "^4.0.0-beta.1",
"yarn": "^1.22.22",
"yarnpkg": "^0.0.0"
},
"devDependencies": {
"@genql/cli": "^6.2.1",
"@tailwindcss/typography": "^0.5.10",
"@types/object-hash": "^3.0.6",
"@vitejs/plugin-vue": "^4.5.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.1",
"vue-tsc": "^1.8.26"
}
}