forked from so-sc/sosc-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "SOSC",
"description": "The official sosc website",
"version": "1.0.0",
"author": "Musthaq Ahamad <[email protected]>",
"dependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"core-js": "^2.6.11",
"disqus-react": "^1.0.8",
"gatsby": "^2.23.3",
"gatsby-image": "^2.4.7",
"gatsby-link": "^2.4.6",
"gatsby-plugin-google-analytics": "^2.3.4",
"gatsby-plugin-manifest": "^2.4.11",
"gatsby-plugin-nprogress": "^2.3.4",
"gatsby-plugin-offline": "^3.2.9",
"gatsby-plugin-page-transitions": "^1.0.8",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-sass": "^2.3.4",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-sitemap": "^2.4.5",
"gatsby-remark-copy-linked-files": "^2.3.5",
"gatsby-remark-images": "^3.3.10",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-transformer-remark": "^2.8.15",
"gatsby-transformer-sharp": "^2.5.5",
"moment": "^2.26.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"webpack": "^4.43.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}