-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.93 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
{
"name": "pungav.guru",
"version": "1.0.0",
"private": true,
"description": "pungav.guru",
"author": "Gurupungav Narayanan",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"cms": "npx netlify-cms-proxy-server",
"lint": "npx eslint src",
"webp": "pwsh.exe ./convert-to-webp.ps1"
},
"dependencies": {
"@material/typography": "^13.0.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-icons/all-files": "^4.1.0",
"fontsource-inter": "^4.0.0",
"gatsby": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-layout": "^3.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-plugin-netlify-cms": "^6.0.0",
"gatsby-plugin-nprogress": "^4.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sass": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-remark-default-html-attrs": "^1.0.1",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"netlify-cms-app": "^2.15.54",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-grid-system": "^7.3.1",
"react-helmet": "^6.1.0",
"rfs": "^9.0.6",
"sass": "^1.43.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.0.1",
"gatsby-plugin-eslint": "^4.0.0",
"netlify-cms-proxy-server": "^1.3.21",
"typescript": "^4.4.4"
}
}