forked from violentmonkey/violentmonkey.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.24 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.24 KB
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
{
"version": "1.0.0",
"name": "violentmonkey.github.io",
"description": "Site for Violentmonkey",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"clean:public": "rm -rf public",
"clean": "npm run clean:public",
"lint": "eslint --cache --ext .js,.jsx .",
"predeploy": "npm run build",
"deploy": "gh-pages -d public -b master"
},
"keywords": [
"gatsby",
"blog",
"react"
],
"author": "Gerald <i@gerald.top>",
"license": "MIT",
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"gh-pages": "^2.2.0",
"postcss-calc": "^7.0.2",
"postcss-color-function": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-plugin-px2rem": "^0.8.0",
"postcss-scss": "^2.0.0",
"precss": "^4.0.0"
},
"dependencies": {
"date-fns": "^2.10.0",
"gatsby": "^2.19.32",
"gatsby-plugin-catch-links": "^2.1.27",
"gatsby-plugin-google-analytics": "^2.1.37",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-layout": "^1.1.23",
"gatsby-plugin-manifest": "^2.2.44",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.0.37",
"gatsby-plugin-postcss": "^2.1.21",
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-sharp": "^2.4.7",
"gatsby-plugin-sitemap": "^2.2.28",
"gatsby-redirect-from": "^0.2.1",
"gatsby-remark-autolink-headers": "^2.1.25",
"gatsby-remark-copy-linked-files": "^2.1.38",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.1.46",
"gatsby-remark-prismjs": "^3.3.33",
"gatsby-remark-responsive-iframe": "^2.2.33",
"gatsby-source-filesystem": "^2.1.50",
"gatsby-transformer-remark": "^2.6.55",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"prismjs": "^1.19.0",
"react": "^16.13.0",
"react-disqus-comments": "^1.2.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"webfontloader": "^1.6.28"
}
}