-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 998 Bytes
/
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
{
"name": "stellanext",
"version": "0.1.0",
"private": true,
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.12.1",
"gatsby-plugin-mdx": "^3.12.1",
"gatsby-plugin-netlify-cms": "^6.12.1",
"gatsby-plugin-react-helmet": "^5.12.1",
"gatsby-plugin-sitemap": "^5.12.1",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-source-filesystem": "^4.12.1",
"gatsby-transformer-remark": "5.12.1",
"netlify-cms-app": "^2.15.72",
"netlify-cms-media-library-uploadcare": "^0.5.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-image-gallery": "1.2.7",
"uploadcare-widget": "^3.17.1",
"uploadcare-widget-tab-effects": "^1.5.0",
"use-query-params": "^1.2.3"
},
"devDependencies": {}
}