@massimo-cassandro/unsplash-page
Version:
A page with a photo from Unsplash to display some message (useful for error pages)
53 lines • 1.58 kB
JSON
{
"name": "@massimo-cassandro/unsplash-page",
"description": "A page with a photo from Unsplash to display some message (useful for error pages)",
"version": "2.1.1",
"license": "MIT",
"author": "Massimo Cassandro",
"main": "./src/unsplash-page.js",
"style": "./src/unsplash-page.module.css",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massimo-cassandro/unsplash-page.git#main"
},
"bugs": {
"url": "https://github.com/massimo-cassandro/unsplash-page/issues"
},
"keywords": [
"images",
"Error pages",
"Unsplash"
],
"scripts": {
"UPD-version": "npx update-version --default-descr=Fix",
"upd@m": "npx upd@m",
"npm-publish": "npm publish",
"run php demo server": "php -S localhost:8000",
"create demo": "npx rollup --config ./demo/rollup.config.mjs --watch"
},
"files": [
"src/**/*.{svg,scss,css,js,jsx,map}"
],
"dependencies": {
"blurhash": "^2.0.5"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@massimo-cassandro/dev-updater": "^2.1.0",
"@massimo-cassandro/eslint-config": "^2.0.6",
"@massimo-cassandro/stylelint-config": "^1.1.9",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/stylelint-plugin": "^3.1.2",
"eslint": "^9.26.0",
"globals": "^16.0.0",
"rollup": "^4.40.1",
"stylelint": "^16.19.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-twbs-bootstrap": "^16.0.0"
}
}