-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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
{
"name": "cherryparkband.com",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"description": "cherryparkband.com",
"author": "Jared Harrison <jared@jarediscoding.com>",
"repository": {
"type": "git",
"url": "https://github.com/Jared-Is-Coding/cherryparkband.com"
},
"bugs": {
"url": "https://github.com/Jared-Is-Coding/cherryparkband.com/issues"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gatsby": "^5.16.1",
"gatsby-adapter-netlify": "^1.4.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.16.0",
"gatsby-plugin-sitemap": "^6.16.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"sass": "^1.79.6"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"typescript": "^5.3.3"
},
"overrides": {
"@parcel/watcher": "~2.1.0"
},
"engines": {
"node": ">=24.14.1"
}
}