-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 KB
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
{
"name": "frontend",
"private": true,
"version": "1.3.17",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -p 3001",
"generate": "nuxt generate",
"preview": "nuxt preview",
"test": "vitest --run"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@nuxt/devtools": "^1.3.6",
"@nuxt/test-utils": "^3.11.0",
"@nuxtjs/tailwindcss": "^6.10.1",
"@pinia/nuxt": "^0.4.11",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tweenjs/tween.js": "^18.6.4",
"@vue/test-utils": "^2.4.3",
"chart.js": "^4.4.1",
"easymde": "^2.18.0",
"highlight.js": "^11.9.0",
"isomorphic-dompurify": "^2.3.0",
"marked": "^13.0.0",
"marked-gfm-heading-id": "^4.0.0",
"marked-highlight": "^2.2.3",
"marked-mangle": "^1.1.6",
"nuxt": "^3.10.0",
"nuxt-gtag": "^2.0.6",
"pinia": "^2.1.7",
"tailwind-scrollbar-hide": "^1.1.7",
"vitest": "^1.2.2",
"vue-chartjs": "^5.2.0"
}
}