-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 KB
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
{
"name": "metaxisdigital",
"version": "1.0.0",
"private": true,
"description": "metaxisdigital",
"author": "oscaramontiel",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.19.2",
"gatsby-plugin-disqus": "^1.2.4",
"gatsby-plugin-google-adsense": "^1.1.3",
"gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-mdx": "^3.19.0",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-sitemap": "^5.19.0",
"gatsby-plugin-styled-components": "^5.19.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-plugin-verify-brave": "^1.0.5",
"gatsby-remark-images": "^6.20.0",
"gatsby-source-filesystem": "^4.19.0",
"gatsby-transformer-remark": "^5.20.0",
"gatsby-transformer-sharp": "^4.19.0",
"gsap": "^3.12.7",
"lodash": "^4.17.21",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-fast-marquee": "^1.3.2",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"prettier": "2.7.1"
},
"license": "CC-BY-NC-4.0"
}