-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "thegoldenhurricast",
"private": true,
"description": "The leading independent podcast and blog covering Golden Hurricane athletics at The University of Tulsa",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@stripe/stripe-js": "^4.5.0",
"bootstrap": "^5.3.3",
"disqus-react": "^1.1.5",
"dotenv": "^16.4.5",
"gatsby": "^5.13.7",
"gatsby-cli": "^5.13.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-stripe": "^4.0.0",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-twitter-embed": "^4.0.4",
"stripe": "^17.2.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/r-token/thegoldenhurricast"
}
}