UNPKG

@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
{ "name": "@massimo-cassandro/unsplash-page", "description": "A page with a photo from Unsplash to display some message (useful for error pages)", "version": "2.1.3", "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": "^3.0.4", "@massimo-cassandro/eslint-config": "^3.0.7", "@massimo-cassandro/stylelint-config": "^2.3.6", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-node-resolve": "^15.3.1", "@rollup/plugin-terser": "^0.4.4", "@stylistic/stylelint-plugin": "^3.1.3", "eslint": "^9.39.4", "globals": "^16.5.0", "rollup": "^4.60.2", "stylelint": "^16.26.1", "stylelint-config-css-modules": "^4.6.0", "stylelint-config-twbs-bootstrap": "^16.1.0" } }