-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "recommends",
"version": "1.0.0",
"private": true,
"description": "recommends",
"author": "Matthias Oberholzer",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop --port 3000 -H 0.0.0.0",
"start": "gatsby develop --port 3000 -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.1",
"@mdx-js/react": "^1.6.22",
"autoprefixer": "^10.3.1",
"gatsby": "^3.10.2",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-mdx": "^2.10.1",
"gatsby-plugin-postcss": "^4.10.0",
"gatsby-plugin-react-helmet-async": "^1.2.0",
"gatsby-plugin-sass": "^4.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.6.0",
"gatsby-remark-autolink-headers": "^4.7.0",
"gatsby-remark-images": "^5.7.0",
"gatsby-remark-prismjs": "^5.7.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-remark": "^4.6.0",
"gatsby-transformer-sharp": "^3.10.0",
"normalize.css": "^8.0.1",
"postcss": "^8.2.6",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.27.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.9",
"react-live": "^2.2.3",
"sass": "^1.35.1",
"tailwindcss": "^2.2.4"
}
}