-
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.8 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.8 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": "hyperaudio-landing",
"private": true,
"description": "Hyperaudio Landing Page",
"version": "0.1.0",
"license": "Apache License, version 2.0",
"author": "Piotr F. <hello@piotrf.pl>",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve",
"stage": "gatsby build && netlify deploy --dir=public --prod",
"start": "gatsby develop"
},
"dependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"@mdx-js/mdx": "1.6.21",
"@mdx-js/react": "1.6.21",
"gatsby": "2.26.0",
"gatsby-image": "2.5.0",
"gatsby-plugin-alias-imports": "1.0.5",
"gatsby-plugin-csp": "^1.1.3",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-material-ui": "2.1.10",
"gatsby-plugin-mdx": "1.4.0",
"gatsby-plugin-mdx-frontmatter": "0.0.2",
"gatsby-plugin-react-helmet": "3.4.0",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-sharp": "2.8.0",
"gatsby-plugin-tsconfig-paths": "1.0.2",
"gatsby-remark-component": "1.1.3",
"gatsby-remark-images": "3.5.0",
"gatsby-source-filesystem": "2.5.0",
"gatsby-transformer-remark": "2.10.0",
"gatsby-transformer-sharp": "2.6.0",
"lodash": "4.17.20",
"polished": "4.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"rehype-react": "6.1.0",
"remark-normalize-headings": "2.0.0",
"remark-squeeze-paragraphs": "4.0.0"
},
"devDependencies": {
"eslint": "7.13.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-react": "7.21.5",
"gatsby-cli": "2.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperaudio/2020-landing.git"
},
"bugs": {
"url": "https://github.com/hyperaudio/2020-landing/issues"
}
}