-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (51 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
{
"name": "skyline-website",
"version": "1.0.0",
"private": true,
"description": "Skyline-Website",
"author": "msoham123",
"license": "BSD-3-Clause",
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write ."
},
"dependencies": {
"axios": "^1.3.6",
"classnames": "^2.3.2",
"gatsby": "^5.9.0",
"hamburger-react": "^2.5.0",
"js-cookie": "^3.0.1",
"luxon": "^3.3.0",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.8.0",
"react-lazy-load-image-component": "^1.5.6",
"swr": "^2.1.3"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-postcss": "^6.9.0",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"postcss": "^8.4.23",
"prettier": "^2.8.7",
"source-map": "^0.8.0-beta.0",
"tailwindcss": "^3.3.1"
},
"resolutions": {
"source-map": "^0.8.0-beta.0"
}
}