-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.44 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
{
"name": "parkinsons-website",
"version": "1.0.0",
"private": true,
"description": "parkinsons-website",
"author": "ava",
"keywords": [
"gatsby"
],
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^5.14.4",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-katex": "^7.14.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"katex": "^0.16.22",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scroll": "^1.9.3"
},
"devDependencies": {
"gh-pages": "^6.2.0"
},
"overrides": {
"webpack": "^5.97.1",
"katex": "^0.16.22",
"tar-fs": "^3.0.9",
"nanoid": "^3.3.8",
"@babel/runtime": "^7.26.10",
"@babel/helpers": "^7.26.10",
"cookie": "^0.7.2",
"multer": "^2.0.2",
"form-data": "^4.0.4",
"on-headers": "^1.1.0",
"path-to-regexp": "^0.1.12",
"@parcel/reporter-dev-server": "^2.16.0",
"tmp": "^0.2.5"
}
}