-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.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
{
"name": "didyousee",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vue-tsc --watch\" \"vite\"",
"dev-no-tsc": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/numeral": "^2.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"autoprefixer": "^10.4.14",
"concurrent": "^0.3.2",
"pinia": "^2.0.33",
"postcss": "^8.4.31",
"prettier": "^2.8.7",
"typescript": "^4.9.3",
"vite": "^4.5.5",
"vue": "^3.2.36",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"@google-cloud/firestore": "^7.10.0",
"@splidejs/vue-splide": "^0.6.12",
"@types/express": "^4.17.17",
"auth-js": "^0.0.16",
"axios": "^1.7.7",
"better-logging": "^5.0.0",
"chart.js": "^4.2.1",
"concurrently": "^8.0.1",
"cors": "^2.8.5",
"dompurify": "^3.1.3",
"dotenv": "^16.0.3",
"express": "^4.21.2",
"firebase": "^10.12.2",
"fuse.js": "^6.6.2",
"fuzzy": "^0.1.3",
"numeral": "^2.0.6",
"vue-router": "^4.1.6"
}
}