-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.93 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
{
"name": "student-facing-website",
"private": true,
"description": "A Website for Administering GA Lecture, Lab, and Homework Material",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development gatsby clean && npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"algoliasearch": "^4.11.0",
"gatsby": "^4.4.0",
"gatsby-plugin-breadcrumb": "^12.3.0",
"gatsby-plugin-catch-links": "^4.4.0",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-layout": "^3.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-offline": "^5.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sass": "^5.4.0",
"gatsby-plugin-scroll-indicator": "^1.0.1",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-remark-autolink-headers": "^5.4.0",
"gatsby-remark-code-buttons": "^2.0.7",
"gatsby-remark-prismjs": "^6.4.0",
"gatsby-remark-responsive-iframe": "^5.4.0",
"gatsby-source-contentful": "^7.2.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-remark": "^5.4.0",
"gatsby-transformer-sharp": "^4.22.0",
"path": "^0.12.7",
"postcss": "^8.4.5",
"prismjs": "^1.25.0",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.18.0",
"react-modal": "^3.14.4",
"react-transition-group": "^4.4.2",
"sass": "^1.45.1"
},
"devDependencies": {
"prettier": "^2.5.1"
}
}