-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
60 lines (60 loc) · 1.81 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
{
"name": "SOSC",
"description": "The official sosc website",
"version": "1.0.0",
"author": "Musthaq Ahamad <[email protected]>",
"dependencies": {
"@babel/core": "^7.17.9",
"babel-loader": "^8.2.4",
"core-js": "^3.21.1",
"disqus-react": "^1.0.8",
"gatsby": "^4.9.3",
"gatsby-image": "^3.11.0",
"gatsby-link": "^4.9.1",
"gatsby-plugin-google-analytics": "^4.9.0",
"gatsby-plugin-image": "^2.9.1",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-netlify": "^4.2.0",
"gatsby-plugin-nprogress": "^4.9.0",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-page-transitions": "^1.0.8",
"gatsby-plugin-postcss": "^5.9.0",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-remark-copy-linked-files": "^5.9.0",
"gatsby-remark-images": "^6.9.1",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-transformer-remark": "^5.9.1",
"gatsby-transformer-sharp": "^4.9.0",
"moment": "^2.29.2",
"postcss": "^8.4.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"webpack": "^5.70.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettienpr --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"upgrade-interactive": "npm-check --update",
"clean-develop": "gatsby clean && gatsby develop"
},
"devDependencies": {
"npm-check": "^5.9.2",
"prettier": "^2.5.1",
"sass": "^1.49.9"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}