{ "name": "unkn0wncat-net", "description": "Unkn0wnCat.net", "version": "2.1.0", "author": "Kevin Kandlbinder ", "dependencies": { "@fontsource/noto-sans-display": "^4.5.13", "@icons-pack/react-simple-icons": "^6.2.0", "dotenv": "^16.0.3", "gatsby": "^4.25.1", "gatsby-plugin-image": "^2.24.0", "gatsby-plugin-manifest": "^4.25.0", "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-sharp": "^4.25.0", "gatsby-plugin-sass": "^5.25.0", "gatsby-plugin-sitemap": "^5.25.0", "gatsby-plugin-typescript": "^4.6.0", "gatsby-source-filesystem": "^4.25.0", "gatsby-source-youtube-v3": "^3.0.2", "gatsby-transformer-remark": "^5.25.1", "gatsby-transformer-sharp": "^4.25.0", "lucide-react": "^0.104.1", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "sass": "^1.57.1", "typed-scss-modules": "^7.0.1" }, "devDependencies": { "prettier": "2.8.3" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,scss,d.ts}\"", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1", "deploy": "gatsby build && wrangler publish", "tscss": "tsm src --watch" }, "repository": { "type": "git", "url": "https://github.com/Unkn0wnCat/Unkn0wnCat.net" } }