-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.68 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
{
"name": "inbtwn",
"private": true,
"description": "a website for inbtwn. Magazine",
"version": "0.1.0",
"author": "Taylor Seamans",
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@contentful/rich-text-types": "^13.4.0",
"babel-plugin-styled-components": "^2.0.6",
"dotenv": "^8.2.0",
"gatsby": "^3.0.0",
"gatsby-image": "^2.2.23",
"gatsby-plugin-config": "^1.0.7",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-remark-images-contentful": "^3.0.0",
"gatsby-source-contentful": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"grommet": "^2.36.1",
"grommet-icons": "^4.12.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^5.2.1",
"react-share": "^4.0.1",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": {
"type": "git",
"url": "https://github.com/taysea/inbtwnmag"
},
"bugs": {
"url": "https://github.com/taysea/inbtwnmag/issues"
}
}