{ "name": "oliverbooth.dev", "version": "1.0.0", "description": "Source code for https://oliverbooth.dev", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.oliverbooth.dev/oliverbooth/oliverbooth.dev" }, "keywords": [ "asp-net-core", "csharp", "dotnet", "personal-website" ], "author": "Oliver Booth", "license": "MIT", "devDependencies": { "@editorjs/editorjs": "^2.29.0", "del": "^7.1.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-noop": "^1.0.1", "gulp-rename": "^2.0.0", "gulp-sass": "^5.1.0", "gulp-sourcemaps": "^3.0.0", "gulp-typescript": "^6.0.0-alpha.1", "sass": "^1.69.5", "terser": "^5.19.2", "vinyl-paths": "^5.0.0", "webpack-stream": "^7.0.0" }, "dependencies": { "@editorjs/code": "^2.9.0", "@editorjs/header": "^2.8.1", "@editorjs/paragraph": "^2.11.3", "codex-notifier": "^1.1.2", "codex-tooltip": "^1.0.5" } }