-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1023 Bytes
/
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
{
"name": "gatsby-plugin-netlify-identity-gotrue-demo",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/jon-sully/gatsby-plugin-netlify-identity-gotrue-demo",
"author": "Jon Sullivan <hey@jonsully.net>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.21.0",
"gatsby-plugin-force-trailing-slashes": "^1.0.4",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-netlify-identity-gotrue": "^0.3.5",
"gatsby-plugin-postcss": "^2.3.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-hook-form": "^6.13.1"
},
"devDependencies": {
"prettier": "^2.0.5",
"tailwindcss": "^1.4.1"
}
}