-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "unkn0wncat-net",
"description": "Unkn0wnCat.net",
"version": "2.1.0",
"author": "Kevin Kandlbinder <[email protected]>",
"dependencies": {
"@fontsource/noto-sans-display": "^4.5.10",
"@icons-pack/react-simple-icons": "^5.1.2",
"dotenv": "^16.0.1",
"gatsby": "^4.17.1",
"gatsby-plugin-image": "^2.16.1",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-plugin-sass": "^5.16.0",
"gatsby-plugin-sitemap": "^5.17.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"
}
}