-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.23 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
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
{
"name": "open-vlf-frontend",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
"preview": "vite build && vite preview",
"deploy": "vite build && firebase deploy --only hosting --project vlf-craam-a7df7",
"format": "biome format --write .",
"lint": "biome check ."
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@formkit/vue": "0.18.1",
"@iconify/json": "^2.2.102",
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@sfxcode/formkit-primevue": "^1.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@unocss/preset-attributify": "^0.55.1",
"@unocss/preset-icons": "^0.55.1",
"@unocss/preset-typography": "^0.55.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/server-renderer": "^3.3.4",
"@vueuse/core": "^10.3.0",
"@vueuse/head": "~1.3.1",
"autoprefixer": "^10.4.15",
"chart.js": "^4.3.3",
"cross-env": "^7.0.3",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"nprogress": "^0.2.0",
"pinia": "~2.1.6",
"pinia-cached-store": "^0.6.6",
"postcss": "^8.4.28",
"postcss-nesting": "^12.0.1",
"primeicons": "^6.0.1",
"primevue": "^3.32.0",
"prism-theme-vars": "^0.2.4",
"sass": "^1.65.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"unocss": "^0.55.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-restart": "^0.3.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.23.8",
"vite-ssg": "^0.23.1",
"vue": "^3.3.4",
"vue-demi": "^0.14.5",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.8"
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
},
"dependencies": {
"axios": "^1.5.0",
"cal-heatmap": "^4.2.3",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-matrix": "^2.0.1",
"date-fns": "^2.30.0",
"firebase": "^10.7.1",
"tippy.js": "^6.3.7",
"vee-validate": "^4.11.8",
"vue3-calendar-heatmap": "^2.0.5",
"yup": "^1.3.2"
}
}