-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.03 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
65
66
67
68
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"devDependencies": {
"csv-loader": "^3.0.3",
"gh-pages": "^6.1.1",
"prettier": "2.3.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/libre-franklin": "^4.5.11",
"@mkitio/gatsby-theme-password-protect": "^2.1.2",
"@mui/icons-material": "^5.4.0",
"@mui/material": "^5.11.13",
"dotenv": "^16.4.5",
"firebase": "^10.10.0",
"gatsby": "^5.13.3",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-remark-copy-linked-files": "^6.7.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-images": "^7.7.0",
"gatsby-remark-katex": "^7.12.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-csv": "^5.7.0",
"gatsby-transformer-remark": "^6.12.3",
"gatsby-transformer-sharp": "^5.7.0",
"katex": "^0.16.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-scroll": "^1.8.9"
},
"overrides": {
"webpack-dev-middleware": "5.3.4",
"katex": "^0.16.10",
"undici": "5.28.4",
"gatsby": "^5.13.3",
"react-dom": "^18.2.0"
}
}