-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.64 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": "CODSite",
"description": "Chem Oly Discord Server Site",
"version": "1.0.0",
"author": "Jeremy Tinana",
"engines": {
"node": ">=16.13.0",
"npm": ">=8.16.0"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"append-field": "^2.0.0",
"dotenv": "^16.0.1",
"gatsby": "^5.4.0",
"gatsby-plugin-google-gtag": "^5.4.0",
"gatsby-plugin-image": "^3.4.0",
"gatsby-plugin-manifest": "^5.4.0",
"gatsby-plugin-mdx": "^3.17.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-source-filesystem": "^5.4.0",
"gatsby-source-google-spreadsheets": "^3.0.8",
"gatsby-source-youtube-v3": "^3.0.2",
"gatsby-transformer-sharp": "^5.4.0",
"katex": "^0.15.2",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-pdf": "^6.2.1",
"rehype-katex": "^6.0.2",
"remark-html-katex": "^3.0.0",
"remark-math": "^3.0.1",
"remark-rehype": "^10.1.0",
"stack-trace": "^1.0.0-pre1",
"typeface-raleway": "^1.1.13",
"utila": "^0.5.0-dev.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^6.4.0",
"postcss": "^8.4.21",
"prettier": "^2.3.0",
"tailwindcss": "^3.0.22"
}
}