-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2.41 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
{
"name": "Swas.io",
"description": "Swashata's Personal Blog",
"version": "2.0.0",
"author": "Swashata Ghosh",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
"autoprefixer": "^8.6.0",
"bulma": "^0.7.1",
"disqus-react": "^1.0.5",
"gatsby": "^1.9.269",
"gatsby-image": "^1.0.51",
"gatsby-link": "^1.6.37",
"gatsby-pagination": "^1.2.0",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-manifest": "^1.0.22",
"gatsby-plugin-netlify": "^1.0.19",
"gatsby-plugin-postcss-sass": "^1.0.21",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-plugin-sharp": "^1.6.44",
"gatsby-plugin-sitemap": "^1.2.23",
"gatsby-plugin-twitter": "^1.0.20",
"gatsby-remark-autolink-headers": "^1.4.18",
"gatsby-remark-copy-linked-files": "^1.5.32",
"gatsby-remark-embed-video": "^1.2.0",
"gatsby-remark-images": "^1.5.63",
"gatsby-remark-prismjs": "^2.0.2",
"gatsby-remark-responsive-iframe": "^1.4.19",
"gatsby-source-filesystem": "^1.5.23",
"gatsby-transformer-remark": "^1.7.33",
"gatsby-transformer-sharp": "^1.6.21",
"inquirer": "^5.2.0",
"lodash.kebabcase": "^4.1.1",
"prismjs": "^1.14.0",
"prop-types": "^15.6.0",
"react": "^16.4.0",
"react-async-script": "^0.9.1",
"react-click-outside": "^3.0.1",
"react-dom": "^16.4.0",
"react-google-recaptcha": "^0.11.1",
"react-helmet": "^5.2.0",
"react-share": "^2.2.0",
"reading-time": "^1.1.1",
"slugify": "^1.3.0",
"uuid": "^3.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --config ./prettier.config.js --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1",
"newEntry": "node ./scripts/new.js"
},
"devDependencies": {
"@wpquark/eslint-config": "^1.0.1",
"eslint": "^4.19.1",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"prettier": "^1.13.0"
}
}