-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.02 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
{
"name": "chriswang-tech",
"description": "Chris Wang's personal blog",
"version": "0.2.0",
"author": "Chris Wang <contact@chriswang.tech>",
"keywords": [
"gatsby",
"minimal",
"blog",
"dark",
"light",
"personal site"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby clean && gatsby develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^3.0.0",
"gatsby-awesome-pagination": "^0.3.6",
"gatsby-image": "^2.9.0",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-netlify-cms": "^5.0.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sharp": "^2.12.0",
"gatsby-plugin-sitemap": "^2.10.0",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-images": "^3.9.0",
"gatsby-remark-prismjs": "^3.11.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^2.10.0",
"netlify-cms-app": "^2.14.20",
"prismjs": "^1.24.0",
"prop-types": "^15.6.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"babel-preset-gatsby": "^0.12.1",
"cssnano": "^5.0.0",
"gatsby-remark-embed-video": "^3.0.12",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-mixins": "^7.0.0",
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^8.0.0",
"prettier": "^2.2.1",
"rambdax": "^1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mw866/chriswang.tech-gatsby"
},
"bugs": {
"url": "https://github.com/mw866/chriswang.tech-gatsby/issues"
}
}