-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
100 lines (100 loc) · 3.39 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "drc-global",
"private": true,
"description": "DRC Global",
"version": "0.1.0",
"homepage": "https://drcglobal.org",
"dependencies": {
"@apollo/client": "^3.3.8",
"@emotion/core": "^10.0.35",
"@metamask/detect-provider": "^1.2.0",
"@types/react-scroll": "^1.8.2",
"@walletconnect/web3-provider": "^1.4.1",
"axios": "^0.21.1",
"body-scroll-lock": "^3.1.5",
"cross-fetch": "^3.0.6",
"dateformat": "^3.0.3",
"electron": "^11.2.2",
"emotion-theming": "^10.0.27",
"format-number": "^3.0.0",
"gatsby": "^2.31.1",
"gatsby-image": "^2.4.17",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-google-tagmanager": "^2.10.0",
"gatsby-plugin-manifest": "^2.4.28",
"gatsby-plugin-offline": "^3.2.27",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-sharp": "^2.6.35",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.3.29",
"gatsby-transformer-sharp": "^2.5.14",
"history": "^5.0.0",
"intersection-observer": "^0.11.0",
"localforage": "^1.9.0",
"lru-cache": "^6.0.0",
"polished": "^3.6.6",
"prop-types": "^15.7.2",
"query-string": "^6.14.0",
"react": "^16.13.1",
"react-animate-height": "^2.0.23",
"react-device-detect": "^1.15.0",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.3",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.29.1",
"react-portal": "^4.2.1",
"react-scroll": "^1.8.1",
"react-spinners": "^0.10.4",
"recharts": "^1.8.5",
"throttle-debounce": "^2.3.0",
"ts-invariant": "^0.5.1",
"web3": "^1.3.4"
},
"devDependencies": {
"@types/body-scroll-lock": "^2.6.1",
"@types/dateformat": "^3.0.1",
"@types/lru-cache": "^5.1.0",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.0",
"@types/react-portal": "^4.0.2",
"@types/recharts": "^1.8.15",
"@types/throttle-debounce": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"gh-pages": "^3.1.0",
"node-fetch": "^2.6.1",
"prettier": "^2.1.1",
"source-map-support": "^0.5.19",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"keywords": [
"gatsby"
],
"scripts": {
"apollo-download": "apollo client:download-schema",
"apollo-typegen": "yarn apollo-download && apollo client:codegen types/uniswap-graph --outputFlat --target typescript --no-addTypename --localSchemaFile schema.json",
"build": "rm -rf public && gatsby build",
"deploy-gh-pages": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"start:https": "npm run develop -- --https",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint --ignore-path .eslintignore . --ext ts --ext tsx --ext js --ext jsx",
"lint:fix": "npm run lint -- --fix",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/if-x/drc-global"
}
}