-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "capitalympics",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build --emptyOutDir",
"format": "prettier --write \"src/**/*.{js,jsx,json,ts,tsx,vue,css}\""
},
"dependencies": {
"@headlessui/vue": "^1.7.14",
"@tabler/icons-vue": "^2.24.0",
"@types/googlemaps": "^3.43.3",
"@vueuse/core": "^10.2.1",
"aos": "^2.3.4",
"axios": "^1.6.0",
"chart.js": "^4.3.2",
"dicebear": "^5.3.5",
"js-confetti": "^0.12.0",
"luxon": "^3.3.0",
"pinia": "^2.1.4",
"radash": "^11.0.0",
"superjson": "^1.12.4",
"three": "^0.153.0",
"uuid": "^9.0.0",
"v-lazy-image": "^2.1.1",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/axios": "^0.14.0",
"@types/chart.js": "^2.9.37",
"@types/luxon": "^3.3.0",
"@types/node": "^18.15.0",
"@types/three": "^0.152.1",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.16.4",
"vue-tsc": "^1.0.24"
},
"type": "module"
}