-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.88 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
{
"name": "tobydevlin.com-2.0",
"private": false,
"author": "Toby Devlin",
"description": "Tobydevlin.com implemented in Gatsby and Typescript.",
"homepage": "https://tobydevlin.com",
"version": "2.6.0",
"license": "MIT",
"readme": "./README.md",
"scripts": {
"start": "yarn run develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write ./**",
"format::check": "prettier --check ./**",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@typeform/embed-react": "^1.20.0",
"aos": "^2.3.4",
"bootstrap": "^5.2.0",
"gatsby": "^4.19.2",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-google-gtag": "^4.19.0",
"gatsby-plugin-graphql-codegen": "^3.1.1",
"gatsby-plugin-hotjar": "^1.1.1",
"gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-netlify-cms": "^6.19.0",
"gatsby-plugin-no-sourcemaps": "^4.19.0",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-sass": "^5.19.0",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-sitemap": "^5.19.0",
"gatsby-plugin-typescript": "^4.19.0",
"gatsby-remark-autolink-headers": "^5.19.0",
"gatsby-remark-images": "^6.19.0",
"gatsby-remark-katex": "^6.19.0",
"gatsby-remark-mathjax": "^1.0.0",
"gatsby-remark-prismjs": "^6.19.0",
"gatsby-source-filesystem": "^4.19.0",
"gatsby-transformer-remark": "^5.19.0",
"gatsby-transformer-sharp": "^4.19.0",
"gbimage-bridge": "^0.2.2",
"katex": "^0.13.18",
"netlify-cms-app": "^2.15.46",
"node-sass": "^7.0.0",
"prismjs": "^1.25.0",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-tsparticles": "^1.36.0",
"typescript": "^4.4.3"
},
"devDependencies": {
"@types/node": "^13.13.52",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-helmet": "^6.1.0",
"autoprefixer": "^10.4.8",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/MrAdjunctPanda/tobydevlin.com-2.0"
},
"bugs": {
"url": "https://gitlab.com/MrAdjunctPanda/tobydevlin.com-2.0/issues"
},
"engines": {
"node": ">12.16.1"
}
}