-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
69 lines (69 loc) · 2.1 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
{
"name": "dashboard",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:prod": "vite build --base /dashboard/",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@headlessui/vue": "^1.7.16",
"@swiftwave/tartplus": "^1.0.2",
"@tailwindcss/typography": "^0.5.10",
"@vue/apollo-composable": "^4.0.0-beta.12",
"apexcharts": "^3.48.0",
"axios": "^1.7.4",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.3",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"markdown-it": "^14.0.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^4.0.0",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-task-lists": "^2.1.1",
"moment": "^2.30.1",
"monaco-editor": "^0.45.0",
"pinia": "^2.1.7",
"uuid": "^9.0.1",
"vue": "^3.3.11",
"vue-debounce": "^5.0.0",
"vue-qrcode": "^2.2.2",
"vue-router": "^4.2.5",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.5.2",
"vue3-otp-input": "^0.5.21",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"yaml": "^2.4.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.32",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.4.0",
"vite": "^5.4.8"
}
}