-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.26 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
{
"name": "jws.pictures",
"version": "1.0.0",
"description": "JWS Pictures is a GitHub-centric photo blog that showcases the photography and videography work of Joe Steinbring. The site is hosted on GitHub Pages, with all images and videos securely stored in a GitHub repository. Please note that all media remain the exclusive property of Joe Steinbring, and any reuse or redistribution is strictly prohibited. The project is a work in progress, with new content and features added over time. ## Links * [GitHub Repo](https://github.com/steinbring/jws.pictures) * [Contact Joe](https://jws.social/@joe) * [JWS Pictures](https://jws.pictures/)",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"postbuild": "cp index.html 404.html",
"serve": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@primevue/themes": "^4.0.7",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/head": "^2.0.0",
"animate.css": "^4.1.1",
"exiftool-vendored": "^28.8.0",
"fs-extra": "^11.3.0",
"leaflet": "^1.9.4",
"primeicons": "^7.0.0",
"primevue": "^4.0.7",
"sharp": "^0.33.5",
"vite": "^5.4.8",
"vue-router": "^4.4.5",
"vue3-leaflet": "^1.0.50",
"xml2js": "^0.6.2"
}
}