-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "jared-is-coding",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"description": "jarediscoding.com",
"author": "Jared Harrison <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Jared-Is-Coding/jarediscoding.com"
},
"bugs": {
"url": "https://github.com/Jared-Is-Coding/jarediscoding.com/issues"
},
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"bootstrap": "^5.3.2",
"gatsby": "^5.13.2",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-mongodb": "^5.12.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"sass": "^1.70.0"
},
"devDependencies": {
"@types/node": "^18.18.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"prettier": "^2.8.7",
"typescript": "^5.3.3"
},
"overrides": {
"@parcel/watcher": "~2.1.0"
},
"engines": {
"node": ">=18.0.0"
}
}