-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "college-handbook",
"version": "1.0.0",
"private": true,
"description": "Middlebury College Handbook",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"deploy": "npm run build && gh-pages -d public -b site",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^9.3.1",
"ckeditor5": "^43.3.1",
"decap-cms-app": "^3.4.0",
"gatsby": "^5.14.0",
"gatsby-plugin-decap-cms": "^4.0.4",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-remove-fingerprints": "0.0.2",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-find-replace": "^0.3.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gh-pages": "^6.2.0",
"marked": "^15.0.1",
"react": "^18.3.1",
"react-checkbox-tree": "^1.7.2",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.0",
"react-use-flexsearch": "^0.1.1",
"sass": "^1.81.0"
},
"overrides": {
"graphql": "^16.7.1"
}
}