-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "flor-sanders-be",
"version": "2.0.0",
"description": "flor-sanders-be",
"author": "Flor Sanders (me@florsanders.be)",
"license": "Creative Commons Attribution 4.0 International",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"fuzzysort": "^2.0.1",
"gatsby": "^4.15.1",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-manifest": "^4.15.0",
"gatsby-plugin-mdx": "^3.15.0",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-netlify-cms": "^6.15.0",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-plugin-sitemap": "^5.15.0",
"gatsby-plugin-use-dark-mode": "^1.5.0",
"gatsby-remark-copy-linked-files": "^5.16.0",
"gatsby-remark-images": "^6.16.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-sharp": "^4.15.0",
"netlify-cms-app": "^2.15.72",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^5.15.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}