-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.04 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
{
"name": "code.williamghelfi.com",
"private": true,
"description": "Born, growing up.",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^4.16.0",
"gatsby-plugin-google-analytics": "^4.16.0",
"gatsby-plugin-image": "^2.16.1",
"gatsby-plugin-mdx": "^3.16.1",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-sharp": "^4.16.1",
"gatsby-plugin-styled-components": "^5.16.0",
"gatsby-remark-images": "^6.16.0",
"gatsby-remark-prismjs": "^6.16.0",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-transformer-sharp": "^4.16.0",
"polished": "^3.4.1",
"prismjs": "^1.17.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-timeago": "^7.1.0",
"styled-components": "^5.0.0",
"styled-normalize": "^8.0.7",
"typeface-merriweather": "0.0.72",
"typeface-open-sans": "0.0.75"
},
"devDependencies": {
"@types/node": "^16.11.40",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-fontawesome": "^1.6.4",
"@types/react-helmet": "^5.0.11",
"@types/react-timeago": "^4.1.1",
"@types/styled-components": "^5.0.0",
"cz-conventional-changelog": "^3.0.2",
"prettier": "^1.18.2",
"typescript": "^4.7.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}