gallery/package.json

24 lines
487 B
JSON
Raw Normal View History

2024-10-21 11:02:54 +00:00
{
"name": "gallery",
"version": "1.0.0",
"description": "## Features",
"main": "index.js",
"scripts": {
2024-10-24 09:56:51 +00:00
"build": "vite build",
2024-10-21 11:02:54 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.christian-wolf.click/tsc-vfl/gallery"
},
"author": "Christian Wolf",
"license": "ISC",
"dependencies": {
"jquery": "^3.7.1",
"nanogallery2": "^3.0.5"
2024-10-24 09:56:51 +00:00
},
"devDependencies": {
"vite": "^5.4.10"
2024-10-21 11:02:54 +00:00
}
}