-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "tomekkolasa.com",
"private": true,
"description": "Tomek Kolasa blog. Deep dive into a full-stack JavaScript",
"version": "0.1.0",
"author": "Tomek Kolasa <[email protected]>",
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"gatsby": "^3.1.2",
"gatsby-plugin-emotion": "^6.1.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-layout": "^2.1.0",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-use-dark-mode": "^1.3.0",
"gatsby-prismjs-dracula": "^0.1.15",
"gatsby-remark-prismjs": "^4.1.0",
"gatsby-theme-grape-blog": "^0.0.6",
"normalize.css": "^8.0.1",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-switch": "^6.0.0",
"typeface-raleway": "^1.1.13",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}