24 lines
487 B
JSON
24 lines
487 B
JSON
{
|
|
"name": "gallery",
|
|
"version": "1.0.0",
|
|
"description": "## Features",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|