-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "solange.dev",
"version": "2.0.0",
"author": "Solange Gueiros <[email protected]> (https://solange.dev)",
"description": "My personal site - by Sol - Solange Gueiros",
"private": true,
"license": "MIT",
"keywords": [
"blockchain",
"bitcoin",
"smart contracts",
"ethereum",
"truffle",
"truffle box",
"geth",
"solidity",
"rsk",
"chainlink"
],
"homepage": "https://github.com/solangegueiros/solange.dev#readme",
"repository": {
"type": "git",
"url": "https://github.com/solangegueiros/solange.dev"
},
"bugs": {
"url": "https://github.com/solangegueiros/solange.dev/issues"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "npm run clean && gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.6.0",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-mdx": "^3.15.2",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-remark-images": "^6.5.2",
"gatsby-remark-responsive-iframe": "^5.6.0",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-theme-i18n": "^3.0.0",
"gatsby-theme-i18n-react-i18next": "^3.0.0",
"gatsby-transformer-sharp": "^4.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
}
}