-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "amFOSS-website",
"private": false,
"description": "React Based Website of FOSS@Amrtia powered by Gatsby",
"version": "0.1.0",
"author": "FOSS@Amrita <amritapurifoss@gmail.com>",
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "^2.5.5",
"gatsby-image": "^2.1.0",
"gatsby-plugin-disqus": "^1.0.3",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.37",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.0.36",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.19",
"gatsby-transformer-yaml-full": "^0.1.0",
"gatsby-yaml-full-file": "^0.1.0",
"gatsby-yaml-full-markdown": "^0.1.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-load-script": "0.0.6",
"react-responsive-carousel": "^3.1.49",
"react-typing-animation": "^1.6.2",
"styled-components": "^4.2.0"
},
"devDependencies": {
"prettier": "^1.17.1"
},
"keywords": [
"website",
"amfoss",
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host=0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"deploy:github": "npm run build && node ./scripts/deploy-github"
},
"repository": {
"type": "git",
"url": "https://github.com/amfoss/website"
},
"bugs": {
"url": "https://github.com/amfoss/website/issues"
}
}