-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"name": "skypoint",
"version": "1.0.0",
"private": true,
"description": "SkyPoint",
"author": "Mahesh Samudra <[email protected]>",
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@babel/helpers": "^7.21.5",
"@babel/traverse": "^7.21.5",
"@hookform/resolvers": "^3.1.0",
"@opentelemetry/api": "^1.4.1",
"@prismicio/react": "^2.5.2",
"css-loader": "^6.7.3",
"gatsby": "^5.3.3",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-gatsby-cloud": "^5.9.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-prismic-previews": "^5.3.0",
"gatsby-plugin-sass": "^6.9.0",
"gatsby-plugin-sharp": "^5.8.0",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-source-prismic": "^5.3.1",
"gatsby-transformer-sharp": "^5.8.0",
"is-odd": "^3.0.1",
"npm": "^9.7.2",
"react": "^18.2.0",
"react-alice-carousel": "^2.7.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-hooks-global-state": "^2.1.0",
"sass": "^1.62.1",
"yup": "^1.1.1"
},
"devDependencies": {
"prettier": "^2.8.6"
}
}