-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "arcs-2021",
"version": "1.0.0",
"private": true,
"description": "Arcs 2021",
"author": "IEEECS",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@netlify/plugin-gatsby": "^1.0.3",
"@rehooks/window-scroll-position": "^1.0.1",
"@types/react-transition-group": "^4.4.3",
"gatsby": "^3.14.1",
"gatsby-plugin-google-gtag": "^4.1.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sass": "^4.12.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"materialize-css": "^1.0.0",
"node-sass": "^6.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-spring": "^9.2.5",
"react-transition-group": "^1.2.1",
"react-vertical-timeline-component": "^3.3.3",
"sass": "^1.38.2"
},
"devDependencies": {
"autoprefixer": "^10.3.6",
"gatsby-plugin-postcss": "^4.14.0",
"postcss": "^8.3.8",
"prettier": "2.3.2",
"tailwindcss": "^2.2.16"
}
}