-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.7 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.7 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
51
52
53
54
55
56
57
58
59
60
{
"name": "website",
"version": "1.0.0",
"private": true,
"description": "website",
"author": "j-labbe",
"license": "MIT",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "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",
"animejs": "^3.2.1",
"babel-plugin-styled-components": "^1.13.2",
"gatsby": "^4.13.1",
"gatsby-plugin-google-analytics": "^4.13.0",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-mdx": "^3.13.0",
"gatsby-plugin-netlify-cms": "^6.13.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sass": "^5.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-plugin-sitemap": "^5.13.0",
"gatsby-remark-image-attributes": "^1.1.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"hamburger-react": "^2.5.0",
"netlify-cms-app": "^2.15.30",
"path-browserify": "^1.0.1",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-router": "^5.2.0",
"react-tooltip": "^5.8.4-beta.2",
"react-transition-group": "^4.4.2",
"react-tsparticles": "^2.0.6",
"sass": "^1.36.0",
"scrollreveal": "^4.0.9",
"styled-components": "^5.3.0",
"tsparticles": "^2.0.4",
"tsparticles-engine": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-preset-gatsby": "^2.13.0"
}
}