Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
code
Public Stack Site
Commits
9c859887
Commit
9c859887
authored
Aug 05, 2020
by
alain
🐙
Browse files
update dependencies
parent
82e46c97
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
backend/package.json
View file @
9c859887
{
"name"
:
"
backend
"
,
"name"
:
"
public-stack-site-strapi
"
,
"private"
:
true
,
"version"
:
"0.1.0"
,
"description"
:
"Strapi backend for publicstack.
org
"
,
"description"
:
"Strapi backend for publicstack.
net
"
,
"scripts"
:
{
"develop"
:
"strapi develop"
,
"start"
:
"strapi start"
,
...
...
frontend/package.json
View file @
9c859887
{
"name"
:
"
gatsby-starter-default
"
,
"name"
:
"
public-stack-site-gatsby
"
,
"private"
:
true
,
"description"
:
"
A simple starter to get up and developing quickly with Gatsby
"
,
"description"
:
"
Gatsby frontend for publicstack.net
"
,
"version"
:
"0.1.0"
,
"author"
:
"
Kyle Mathews <mathews.kyle@gmail.com
>"
,
"author"
:
"
Alain Otjens <alain@waag.org
>"
,
"dependencies"
:
{
"gatsby"
:
"^2.2
3.12
"
,
"gatsby-cli"
:
"^2.12.
6
7"
,
"gatsby"
:
"^2.2
4.27
"
,
"gatsby-cli"
:
"^2.12.7
2
"
,
"gatsby-image"
:
"^2.4.9"
,
"gatsby-plugin-manifest"
:
"^2.4.14"
,
"gatsby-plugin-offline"
:
"^3.2.13"
,
"gatsby-plugin-react-helmet"
:
"^3.3.6"
,
"gatsby-plugin-sass"
:
"^2.3.12"
,
"gatsby-plugin-sharp"
:
"^2.6.14"
,
"gatsby-source-filesystem"
:
"^2.3.14"
,
"gatsby-source-strapi"
:
"^0.0.12"
,
"gatsby-transformer-sharp"
:
"^2.5.7"
,
"node-sass"
:
"^4.14.1"
,
"prop-types"
:
"^15.7.2"
,
"react"
:
"^16.12.0"
,
"react-dom"
:
"^16.12.0"
,
...
...
@@ -38,9 +40,6 @@
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs"
:
{
"url"
:
"https://github.com/gatsbyjs/gatsby/issues"
"url"
:
"https://gitlab.waag.org/code/public-stack-site"
}
}
frontend/yarn.lock
View file @
9c859887
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment