-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 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
{
"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 --prefix-paths --log-pages",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean"
},
"license": "MIT",
"dependencies": {
"@fontsource/inter": "^4.0.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/prism": "^0.3.5",
"framer-motion": "^3.1.1",
"fuse.js": "^6.4.3",
"gatsby": "^2.29.2",
"gatsby-image": "^2.8.0",
"gatsby-plugin-mdx": "^1.7.1",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-plugin-theme-ui": "^0.3.5",
"gatsby-remark-autolink-headers": "^2.8.0",
"gatsby-remark-copy-linked-files": "^2.7.0",
"gatsby-remark-images": "^3.8.1",
"gatsby-remark-prismjs": "^3.10.0",
"gatsby-remark-smartypants": "^2.7.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-remark": "^2.13.1",
"gatsby-transformer-sharp": "^2.9.0",
"gatsby-transformer-yaml": "^2.8.0",
"i": "^0.3.6",
"npm": "^6.14.10",
"prismjs": "^1.22.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hamburger-menu": "^1.2.1",
"react-headroom": "^3.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0",
"react-intersection-observer": "^8.31.0",
"react-modal": "^3.12.1",
"react-scroll": "^1.8.1",
"theme-ui": "^0.3.5"
}
}