-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.46 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "johng-io",
"version": "3.0.0",
"private": true,
"description": "Portfolio site for John Goodliff, a software developer based in Edmonton, Alberta.",
"author": "John Goodliff (https://johng.io)",
"keywords": [
"daisyui",
"font-awesome",
"framer-motion",
"gatsby-site",
"gatsby",
"gatsbyjs",
"portfolio",
"react",
"reactjs",
"tailwindcss",
"typescript",
"website"
],
"repository": {
"type": "git",
"url": "https://github.com/jerboa88/jerboa88.github.io.git"
},
"license": "MIT",
"scripts": {
"develop": "yarn gatsby develop -H 0.0.0.0",
"start": "yarn gatsby develop -H 0.0.0.0",
"build": "yarn gatsby build",
"serve": "yarn gatsby serve -H 0.0.0.0",
"clean": "yarn gatsby clean",
"typecheck": "yarn tsc --noEmit",
"lint": "yarn biome lint --write",
"format": "yarn biome format --write"
},
"dependencies": {
"@botpoison/browser": "^0.1.30",
"@fontsource-variable/roboto-flex": "^5.0.15",
"@fontsource/poppins": "^5.0.14",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tailwindcss/typography": "^0.5.14",
"@tsparticles/basic": "^3.5.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/shape-square": "^3.5.0",
"daisyui": "^4.12.10",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.27",
"gatsby": "^5.13.7",
"gatsby-plugin-component-to-image": "^1.0.1",
"gatsby-plugin-fontawesome": "^1.3.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-meta-redirect": "https://github.com/sandro768/gatsby-plugin-meta-redirect",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-github-api": "^1.0.0",
"gatsby-transformer-remark": "^6.13.1",
"isomorphic-dompurify": "^2.14.0",
"jsdom": "^24.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
}