-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.14 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "skypoint",
"private": true,
"description": "SkyPoint",
"version": "0.1.0",
"author": "Rez",
"dependencies": {
"@gatsby-cloud-pkg/gatsby-plugin-preview": "^1.0.19",
"@hookform/resolvers": "^3.0.0",
"@imgix/gatsby": "^2.1.2",
"@prismicio/react": "^2.5.0",
"gatsby": "^4.0.0 || ^5.0.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-gatsby-cloud": "^5.8.0",
"gatsby-plugin-google-analytics": "^5.8.0",
"gatsby-plugin-google-gtag": "^5.8.0",
"gatsby-plugin-graphql-config": "^1.14.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-offline": "^6.8.0",
"gatsby-plugin-prismic-previews": "^5.3.0",
"gatsby-plugin-react-helmet": "^6.8.0",
"gatsby-plugin-sass": "^6.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-source-prismic": "^5.3.0",
"gatsby-transformer-sharp": "^5.8.0",
"gbimage-bridge": "^0.2.2",
"is-odd": "^3.0.1",
"npm": "^9.6.3",
"parse-url": "^8.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-alice-carousel": "^2.7.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-hooks-global-state": "^2.1.0",
"react-hydration-on-demand": "^2.1.0",
"sass": "^1.60.0",
"sharp": "^0.32.0",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"prettier": "^2.7.1",
"web-vitals": "^3.0.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"build:dev": "DEV=TRUE gatsby build",
"build:prod": "PROD=TRUE gatsby build",
"build:uat": "UAT=TRUE gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}