This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
83 lines (83 loc) · 2.91 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
73
74
75
76
77
78
79
80
81
82
83
{
"name": "centrifuge-website",
"version": "1.0.0",
"private": true,
"description": "centrifuge-website",
"author": "Centrifuge",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "run-p -l start:gatsby start:functions",
"start:gatsby": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy:functions": "gcloud functions deploy website --region=us-central1 --source=functions/dist --project=peak-vista-185616 --trigger-http --runtime=nodejs16 --service-account=functions-firestore@peak-vista-185616.iam.gserviceaccount.com --allow-unauthenticated --entry-point=handler",
"start:functions": "run-p types:functions watch:functions",
"types:functions": "node functions/esbuild dev",
"build:functions": "node functions/esbuild",
"watch:functions": "nodemon --watch ./functions/dist/ --exec npx functions-framework --source=functions/dist --target=handler"
},
"dependencies": {
"@centrifuge/centrifuge-js": "0.5.0",
"@centrifuge/centrifuge-react": "0.1.0",
"@centrifuge/fabric": "1.3.2",
"@polkadot/util-crypto": "^11",
"babel-plugin-styled-components": "^2.0.7",
"cheerio": "^1.0.0-rc.12",
"embla-carousel-react": "^7.0.3",
"focus-trap-react": "^10.0.0",
"gatsby": "^4.23.1",
"gatsby-plugin-google-gtag": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-styled-components": "^5.23.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-json": "^4.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"json-bigint": "^1.0.0",
"node-fetch": "2.6.7",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-fast-marquee": "^1.3.5",
"react-query": "^3.39.2",
"rxjs": "^7.5.7",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@google-cloud/functions-framework": "^3.1.2",
"@types/express": "^4.17.14",
"@types/json-bigint": "^1.0.1",
"@types/matter-js": "^0.18.2",
"@types/node": "^17.0.45",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"@types/styled-system": "^5.1.15",
"bn.js": "^5.2.1",
"dotenv": "^16.0.3",
"esbuild": "^0.15.13",
"gatsby-transformer-remark": "^5.24.0",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"postgres": "^3.3.2",
"react-markdown": "^8.0.3",
"typescript": "^4.8.3"
},
"resolutions": {
"@subwallet/wallet-connect": "0.2.5",
"@polkadot/api": "~10.3.4",
"@polkadot/react-identicon": "~3.1.4",
"@polkadot/extension-dapp": "~0.45.5",
"@polkadot/extension-inject": "~0.45.5",
"@polkadot/rpc-provider": "~10.3.4",
"@polkadot/types": "~10.3.4",
"@polkadot/util": "^11",
"@polkadot/util-crypto": "^11",
"@polkadot/keyring": "^11"
}
}