-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.09 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.09 KB
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
65
66
67
68
69
70
71
{
"name": "umarniz.com",
"private": true,
"version": "3.0.0",
"description": "Umar Nizamani's personal",
"author": "Umar Nizamani",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint content/posts --ext md --ext mdx --ext js"
},
"dependencies": {
"@browniebroke/gatsby-image-gallery": "^8.2.0",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"browserslist": "^4.16.5",
"gatsby": "^5.13.6",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-local-search": "^2.0.0",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"http-server": "^14.1.1",
"immer": "^10.1.1",
"node-fetch": "^3.3.2",
"nth-check": "^2.0.1",
"prismjs": "^1.23.0",
"query-string": "^9.0.0",
"react": "^18.0.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-use-flexsearch": "^0.1.1",
"ws": "^8.17.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "~8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-mdx": "^3.1.5",
"gatsby-plugin-manifest": "^5.13.1",
"postcss": "^8.2.8"
},
"repository": {
"type": "git",
"url": "https://github.com/umarniz/umarniz.com"
},
"resolutions": {
"probe-image-size": "^7.0.0",
"**/**/node-fetch": "^2.6.7",
"**/**/ecstatic": "^4.1.3",
"**/**/trim": "^0.0.3",
"**/**/browserslist": "^4.16.5",
"**/**/ws": "^7.4.6",
"**/**/immer": "^9.0.6",
"**/**/object-path": "^0.11.8",
"**/**/nth-check": "^2.0.1",
"**/**/ansi-regex": "^5.0.1"
}
}