mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 17:56:47 +02:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "unkn0wncat-net",
|
|
"description": "Unkn0wnCat.net",
|
|
"version": "2.1.0",
|
|
"author": "Kevin Kandlbinder <kevin@kevink.dev>",
|
|
"dependencies": {
|
|
"@fontsource/noto-sans-display": "^4.5.10",
|
|
"@icons-pack/react-simple-icons": "^5.1.2",
|
|
"dotenv": "^16.0.1",
|
|
"gatsby": "^4.21.1",
|
|
"gatsby-plugin-image": "^2.21.0",
|
|
"gatsby-plugin-manifest": "^4.17.0",
|
|
"gatsby-plugin-react-helmet": "^5.17.0",
|
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
|
"gatsby-plugin-sharp": "^4.21.0",
|
|
"gatsby-plugin-sass": "^5.16.0",
|
|
"gatsby-plugin-sitemap": "^5.21.0",
|
|
"gatsby-plugin-typescript": "^4.6.0",
|
|
"gatsby-source-filesystem": "^4.17.0",
|
|
"gatsby-source-youtube-v3": "^3.0.2",
|
|
"gatsby-transformer-remark": "^5.17.0",
|
|
"gatsby-transformer-sharp": "^4.16.0",
|
|
"lucide-react": "^0.68.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"sass": "^1.53.0",
|
|
"typed-scss-modules": "^6.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "2.7.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"
|
|
}
|
|
}
|