-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.5 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "unrealistic",
"private": true,
"description": "The source code for Unrealistic.dev",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "git push -u origin master",
"deploysurge": "surge public/ unrealistic.surge.sh",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@fontsource/bungee": "^4.2.2",
"@fontsource/open-sans": "^4.2.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"algoliasearch": "^4.9.1",
"babel-plugin-styled-components": "^1.12.0",
"bulma": "^0.9.2",
"countapi-js": "^1.0.2",
"gatsby": "^3.4.1",
"gatsby-image": "^3.4.0",
"gatsby-plugin-algolia": "^0.19.0",
"gatsby-plugin-canonical-urls": "^3.4.0",
"gatsby-plugin-catch-links": "^3.4.0",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-force-trailing-slashes": "^1.0.5",
"gatsby-plugin-google-analytics": "^3.4.0",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-netlify": "^3.4.0",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sass": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-sitemap": "^4.0.0",
"gatsby-plugin-styled-components": "^4.4.0",
"gatsby-remark-autolink-headers": "^4.1.0",
"gatsby-remark-code-buttons": "^2.0.7",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-images": "^5.1.0",
"gatsby-remark-images-contentful": "^4.1.0",
"gatsby-remark-prismjs": "^5.1.0",
"gatsby-source-contentful": "^5.4.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-remark": "^4.1.0",
"gatsby-transformer-sharp": "^3.4.0",
"hyvor-talk-react": "^1.0.3",
"node-sass": "^5.0.0",
"prismjs": "^1.23.0",
"pure-react-carousel": "^1.27.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.0",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.11.0",
"react-scroll-up-button": "^1.6.4",
"rehype-react": "^6.2.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}