-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
{
"name": "djunicode-website",
"version": "1.0.0",
"homepage": "https://www.djunicode.in",
"private": true,
"description": "Official site for Unicode, a student coding club of Dwarkadas J. Sanghvi College of Engineering.",
"keywords": [
"unicode",
"coding club",
"engineering",
"mumbai"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/material": "^5.6.3",
"aos": "^2.3.4",
"axios": "^0.21.1",
"clsx": "^2.1.1",
"deepmerge": "^4.3.1",
"djunicode-website": "file:",
"form-data": "^4.0.0",
"formik": "^2.2.9",
"gatsby": "^3.11.1",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-sass": "^4.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.6.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-json": "^3.10.0",
"gatsby-transformer-sharp": "^3.10.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.36.0",
"tailwind-merge": "^2.5.4",
"typewriter-effect": "^2.18.0"
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}