-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "turing-hut",
"version": "1.0.0",
"private": true,
"description": "Turing-hut",
"author": "Bharath Reddy Madha",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop && npm run format",
"start": "gatsby develop && npm run format",
"build": "gatsby build && npm run format",
"serve": "gatsby serve && npm run format",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/base": "^5.0.0-beta.61",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/system": "^6.1.6",
"add-to-calendar-button": "^2.7.3",
"dotenv": "^16.4.5",
"firebase": "^11.0.1",
"gatsby": "^5.14.0",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.28.0",
"react-vertical-timeline-component": "^3.6.0"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"customize-cra": "^1.0.0",
"prettier": "^3.3.3",
"react-app-rewired": "^2.2.1",
"react-refresh": "^0.14.2"
}
}