-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.57 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"version": "1.0",
"name": "israelcena-siteblog",
"description": "My personal Blog",
"main": "n/a",
"private": false,
"scripts": {
"dev": "yarn run clean && gatsby develop",
"build": "yarn run clean && gatsby build",
"clean": "rimraf .cache public",
"release": "standard-version"
},
"eslintConfig": {
"extends": "react-app"
},
"repository": "https://github.com/israelcena/siteblog",
"author": "israelcena <israelcena@gmail.com>",
"license": "MIT",
"keywords": [
"gatsby",
"graphql",
"netlify",
"netlify-cms",
"pagination",
"ant-design",
"tailwind",
"categories",
"tags",
"static",
"lost",
"blog",
"minimal",
"react",
"theme",
"starter",
"disqus"
],
"dependencies": {
"@ant-design/icons": "^4.0.5",
"antd": "^4.1.1",
"dayjs": "^1.8.23",
"gatsby": "^2.20.15",
"gatsby-link": "^2.3.2",
"gatsby-plugin-catch-links": "^2.2.1",
"gatsby-plugin-feed": "^2.4.1",
"gatsby-plugin-google-gtag": "^2.0.0",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-netlify-cms": "^4.2.2",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-postcss": "^2.2.1",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-remark-autolink-headers": "^2.2.1",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.2.2",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-remark-responsive-iframe": "^2.3.1",
"gatsby-remark-smartypants": "^2.2.1",
"gatsby-remark-video": "^1.2.5",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.4.4",
"netlify-cms-app": "^2.12.5",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"word-per-minute": "^1.0.2"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@hot-loader/react-dom": "^16.13.0",
"autoprefixer": "9.7.6",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-import": "^1.13.0",
"babel-preset-gatsby": "0.3.1",
"concurrently": "5.1.0",
"eslint": "6.8.0",
"prettier": "^2.0.4",
"rimraf": "3.0.2",
"slate": "^0.57.1",
"standard-version": "7.1.0",
"tailwindcss": "^1.2.0"
}
}