-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "ashk-aesthetics",
"version": "1.0.0",
"private": true,
"description": "ashk-aesthetics",
"author": "MiVladie",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -o",
"start": "gatsby develop -o",
"build": "gatsby build",
"predeploy": "gatsby build",
"deploy": "gh-pages -d public",
"serve": "gatsby serve -o",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/josefin-slab": "^5.0.18",
"@fontsource/montserrat": "^5.0.16",
"@fontsource/open-sans": "^5.0.24",
"@loadable/component": "^5.16.3",
"@react-google-maps/api": "^2.19.3",
"axios": "^1.6.7",
"gatsby": "^5.13.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.71.1"
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}