-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.05 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
{
"name": "geb-website",
"private": true,
"description": "Reflexer main website",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^15.5.1",
"@contentful/rich-text-react-renderer": "^14.1.1",
"@u-wave/react-youtube": "^0.7.2",
"atob": "^2.1.2",
"babel-plugin-styled-components": "^1.11.1",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"ethers": "^5.7.2",
"gatsby": "^4.0.2",
"gatsby-plugin-google-gtag": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.1",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-source-contentful": "^6.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"geb.js": "^1.1.40",
"gh-pages": "^3.1.0",
"jsonp": "^0.2.1",
"lodash.clonedeepwith": "^4.5.0",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"query-string": "^6.13.6",
"react": "^16.12.0",
"react-cookie-consent": "^5.2.0",
"react-dom": "^16.12.0",
"react-feather": "^2.0.8",
"react-helmet": "^5.2.1",
"react-highlight-words": "^0.17.0",
"react-stickynode": "^3.0.4",
"react-tooltip": "^4.2.15",
"react-use": "^15.3.4",
"stream-browserify": "^3.0.0",
"styled-components": "^5.2.0",
"swiper": "^6.7.0",
"util": "^0.12.5",
"wowjs": "^1.1.3"
},
"devDependencies": {
"prettier": "2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}