-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1016 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1016 Bytes
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
{
"name": "beacon",
"version": "1.0.0",
"main": "index.js",
"author": "Greg Shear",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"update_contentful": "contentful space import --space-id $(grep CONTENTFUL_SPACE_ID .env.development | cut -d '=' -f2) --environmnt-id master --mt $(grep CONTENTFUL_MANAGEMENT_TOKEN .env.development | cut -d '=' -f2) --content-file ./node_modules/@gregorshear/gatsby-theme-taproot/content_model.json --content-model-only"
},
"dependencies": {
"@gregorshear/gatsby-theme-taproot": "^0.5.5",
"@mapbox/geo-viewport": "^0.5.0",
"gatsby": "^5.13.3",
"gatsby-omni-font-loader": "^2.0.2",
"mapbox-gl": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-string-replace": "^1.1.1",
"react-typed": "^2.0.12"
},
"devDependencies": {
"gatsby-plugin-postcss": "^6.13.1"
}
}