{ "name": "unkn0wncat-net", "description": "Unkn0wnCat.net", "version": "2.1.0", "author": "Kevin Kandlbinder ", "dependencies": { "@fontsource/noto-sans-display": "^4.5.1", "@icons-pack/react-simple-icons": "^4.6.1", "dotenv": "^14.3.0", "gatsby": "^4.6.0", "gatsby-plugin-image": "^2.6.0", "gatsby-plugin-manifest": "^4.6.0", "gatsby-plugin-react-helmet": "^5.6.0", "gatsby-plugin-sass": "^5.6.0", "gatsby-plugin-sharp": "^4.6.0", "gatsby-plugin-sitemap": "^5.6.0", "gatsby-plugin-typescript": "^4.6.0", "gatsby-source-filesystem": "^4.6.0", "gatsby-source-youtube-v3": "^3.0.2", "gatsby-transformer-remark": "^5.6.0", "gatsby-transformer-sharp": "^4.6.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "sass": "^1.49.0", "typed-scss-modules": "^4.1.2" }, "devDependencies": { "prettier": "2.5.1" }, "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" } }