-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
50 lines (50 loc) · 1.56 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
{
"name": "gsn-site",
"version": "0.1",
"description": "The Ethereum Gas Station Network Alliance Landing Page and Tools",
"main": "index.js",
"repository": "https://github.com/DeltaCamp/gsn-site",
"author": "Brendan Asselstine <brendan@delta.camp>",
"license": "MIT",
"private": false,
"dependencies": {
"@zeit/next-css": "^1.0.1",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-ethereum": "^0.0.37",
"apollo-link-ethereum-mutations-ethersjs": "^0.0.39",
"apollo-link-ethereum-resolver-ethersjs": "^0.0.39",
"babel-plugin-inline-react-svg": "^1.1.0",
"classnames": "^2.2.6",
"dapp-core": "^0.7.2",
"ethers": "^4.0.33",
"feather-icons-react": "^0.3.2",
"graphql": "^14.4.2",
"localforage": "^1.7.3",
"next": "^8.1.1-canary.68",
"next-fonts": "^0.17.0",
"next-images": "^1.1.2",
"query-string": "^6.8.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-select": "^3.0.4",
"truffle-deploy-registry": "^0.5.1",
"url-parse": "^1.4.7"
},
"scripts": {
"dev": "yarn apply-registry && next",
"build": "yarn apply-registry && next build",
"start": "next start",
"export": "next export",
"apply-registry": "$(npm bin)/apply-registry -o artifacts",
"reset-local": "rm -rf networks/1234.json && rm -rf build/contracts",
"dist": "yarn build && next export"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"cssnano": "^4.1.10",
"postcss-easy-import": "^3.0.0",
"tailwindcss": "^1.0.4"
}
}