-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
65 lines (65 loc) · 1.95 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
58
59
60
61
62
63
64
65
{
"name": "pitt-csc-website",
"version": "1.0.0",
"private": true,
"description": "PittCSC Website",
"author": "Pitt CSC",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@notionhq/client": "^0.1.3",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/postcss7-compat": "^2.0.2",
"axios": "^0.21.1",
"dotenv": "^8.6.0",
"framer-motion": "^3.2.2-rc.1",
"gatsby": "^3.10.2",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-image": "^1.4.1",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-netlify": "^3.4.0",
"gatsby-plugin-portal": "^1.0.7",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-plugin-sharp": "^2.12.1",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-google-spreadsheet": "^2.0.0",
"gatsby-transformer-json": "^2.9.0",
"gatsby-transformer-sharp": "^2.10.1",
"node-sass": "^4.14.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-cookie": "^4.0.3",
"react-dom": "^16.13.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-hotjar": "^2.2.1",
"react-intersection-observer": "^8.31.0",
"react-lottie": "^1.2.3",
"swiper": "^6.5.9"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^1.0.3",
"autoprefixer": "^10.2.5",
"gh-pages": "^3.1.0",
"postcss": "^8.2.15",
"prettier": "^2.2.1",
"prettier-plugin-tailwind": "^2.2.10",
"tailwindcss": "^2.1.2"
}
}