-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
78 lines (78 loc) · 2.23 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
73
74
75
76
77
78
{
"name": "rootstock-rif-developer-portal",
"version": "1.0.0",
"private": true,
"description": "Rootstock + RIF Developer Portal",
"author": "DevX",
"license": "MIT",
"keywords": [
"rootstock",
"rsk",
"developer",
"documentation",
"bitcoin",
"ethereum"
],
"bugs": {
"url": "https://github.com/rootstock/rootstock.github.io/issues"
},
"homepage": "https://github.com/rootstock/rootstock.github.io#readme",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mendable/search": "^0.0.190",
"add": "^2.0.6",
"babel-plugin-styled-components": "^2.0.7",
"bootstrap": "^5.2.2",
"classnames": "^2.3.2",
"eslint": "5",
"formik": "^2.2.9",
"gatsby": "^4.24.4",
"gatsby-plugin-canonical-urls": "4.25.0",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-git-lastmod": "^0.1.2",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-no-index": "^1.0.2",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-plugin-sitemap": "3.3.0",
"gatsby-plugin-vercel": "^1.0.3",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-prismjs": "6",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-source-git": "^1.1.0",
"gatsby-transformer-json": "4",
"gatsby-transformer-remark": "^5.24.0",
"jquery": "^3.6.1",
"lodash": "^4.17.21",
"lodash.camelcase": "^4.3.0",
"lodash.startcase": "^4.4.0",
"owl.carousel": "^2.3.4",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.1.0",
"react-fast-marquee": "^1.6.2",
"react-hubspot-form": "^1.3.7",
"react-use-flexsearch": "^0.1.1",
"sass": "^1.55.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.startcase": "^4.4.7",
"@types/node": "^17.0.45",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"typescript": "^4.8.3"
}
}