-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.44 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": "writespeakcode.com",
"private": true,
"description": "Website for Write/Speak/Code organization",
"version": "0.1.0",
"author": "Nicola Beuscher <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@reach/dialog": "^0.7.0",
"@reach/skip-nav": "^0.7.3",
"@reach/tabs": "^0.1.6",
"@reach/visually-hidden": "^0.15.2",
"flow": "^0.2.3",
"flow-bin": "^0.115.0",
"gatsby": "^2.18.22",
"gatsby-background-image": "^0.4.3",
"gatsby-cli": "^2.8.27",
"gatsby-image": "^2.2.39",
"gatsby-plugin-flow": "^1.1.18",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-netlify-cms": "^4.1.37",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-postcss": "^2.1.18",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-json": "^2.2.25",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.12",
"intersection-observer": "^0.6.0",
"netlify-cms": "^2.10.11",
"normalize.css": "^8.0.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"prop-types": "^15.7.2",
"pure-react-carousel": "^1.24.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"react-mailchimp-subscribe": "^2.1.0",
"react-twitter-embed": "^3.0.3",
"typeface-fira-mono": "0.0.72",
"typeface-open-sans": "0.0.75",
"typeface-pt-sans": "0.0.72",
"typeface-pt-sans-caption": "0.0.72"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@storybook/react": "^6.3.4",
"babel-loader": "^8.0.5",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"flow": "flow check",
"format": "prettier --write '**/*.{js,scss,md,json,yaml}'",
"prettier": "prettier --check '**/*.{js,scss,md,json,yaml}'",
"start": "npm run develop",
"serve": "gatsby serve",
"storybook": "start-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/WriteSpeakCode/writespeakcode.com/"
},
"bugs": {
"url": "https://github.com/WriteSpeakCode/writespeakcode.com/issues"
}
}