-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
{
"name": "qcommunity",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-regular-svg-icons": "^7.0.1",
"@fortawesome/vue-fontawesome": "^3.1.2",
"@pnotify/bootstrap3": "^5.2.0",
"@pnotify/core": "^5.2.0",
"@pnotify/mobile": "^5.2.0",
"axios": "^1.10.0",
"colorthief": "^2.6.0",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"node-vibrant": "^4.0.3",
"pinia": "^3.0.3",
"vue": "^3.5.12",
"vue-i18n": "^11.1.2",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"pnotify": "^5.2.0",
"vite": "^5.4.10"
}
}