-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 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": "gifs-masonry",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.62.16",
"@vueuse/core": "^12.3.0",
"axios": "^1.7.9",
"imagesloaded": "^5.0.0",
"masonry-layout": "^4.2.2",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.13",
"vue-virtual-collection": "^1.5.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@types/imagesloaded": "^4.1.6",
"@types/masonry-layout": "^4.2.8",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"sass-embedded": "^1.83.1",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
}
}