-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 995 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
33
34
35
36
37
38
39
40
41
{
"name": "wbip-client",
"version": "1.0.0",
"private": true,
"description": "wbip-client",
"author": "s1monj",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth0/auth0-react": "^1.10.1",
"bootstrap": "^5.1.3",
"dotenv": "^16.0.1",
"gatsby": "^4.14.1",
"gatsby-plugin-react-helmet": "^5.14.0",
"graphql": "^15.8.0",
"react": "^17.0.1",
"react-bootstrap": "^2.4.0",
"react-bootstrap-icons": "^1.8.2",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"reactstrap": "^9.0.2",
"urql": "^2.2.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.16",
"@types/react-helmet": "^6.1.5",
"typescript": "^4.6.4"
}
}