-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.56 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
{
"name": "hbtuMun18",
"description": "HBTU MUN 2018 Website",
"version": "1.0.0",
"author": "Rohit Goswami [HaoZeke]",
"dependencies": {
"gatsby": "^1.9.118",
"gatsby-image": "^1.0.27",
"gatsby-link": "^1.6.28",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.12",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sass": "^1.0.14",
"gatsby-plugin-sharp": "^1.6.21",
"gatsby-plugin-sitemap": "^1.2.13",
"gatsby-remark-copy-linked-files": "^1.5.9",
"gatsby-remark-images": "^1.5.33",
"gatsby-source-filesystem": "^1.5.8",
"gatsby-transformer-remark": "^1.7.21",
"gatsby-transformer-sharp": "^1.6.14",
"lodash": "^4.17.4",
"react-count-down": "^1.1.0",
"react-fontawesome": "^1.6.1",
"react-vertical-timeline-component": "^2.0.5"
},
"homepage": "https://hbtumun18.netlify.com",
"keywords": [
"gatsby"
],
"license": "Artistic-2.0",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/HaoZeke/hbtuMun18.git"
},
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}