gallery/package.json

30 lines
814 B
JSON
Raw Permalink 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-24 10:47:47 +00:00
"stylelint": "stylelint assets/css/*.scss assets/css/parts/*.scss",
"stylelint-fix": "stylelint --fix assets/css/*.scss assets/css/parts/*.scss",
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": {
2024-10-24 10:47:47 +00:00
"stylelint": "^16.10.0",
2024-10-24 10:59:53 +00:00
"stylelint-config-idiomatic-order": "^10.0.0",
2024-10-24 10:47:47 +00:00
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
2024-10-24 09:56:51 +00:00
"vite": "^5.4.10"
2024-10-21 11:02:54 +00:00
}
}