-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.79 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
{
"name": "tjcsc",
"version": "1.0.0",
"description": "TJCSC Website",
"author": "Darin Mao",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.14.0",
"@fontsource/inter": "^5.1.1",
"@mdx-js/react": "^2.0.0",
"@theme-ui/mdx": "^0.17.2",
"@theme-ui/prism": "^0.17.2",
"framer-motion": "^12.4.3",
"fuse.js": "^7.1.0",
"gatsby": "^5.14.1",
"gatsby-adapter-netlify": "^1.2.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-theme-ui": "^0.17.2",
"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.15.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-smartypants": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"gatsby-transformer-yaml": "^5.14.0",
"i": "^0.3.7",
"katex": "^0.13.24",
"npm": "^10.9.2",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hamburger-menu": "^1.2.1",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.15.1",
"react-modal": "^3.16.3",
"react-scroll": "^1.9.2",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"theme-ui": "^0.17.2"
}
}