-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.14 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
{
"name": "zeroalpha-frontend",
"version": "0.1.0",
"description": "ZeroAlpha is an always-on-sale artwork platform, where the owners of the art provide a patronage to non-profit organizations working on big global challenges.",
"main": "index.tsx",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build.staging": "env-cmd -f .env.staging react-scripts build",
"build.production": "env-cmd -f .env.production react-scripts build",
"typechain": "typechain --target web3-v1 --outDir src/contract-types/ './src/abi/*'",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint 'src/**/*.{ts,tsx}'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "https://code.lab10.io/graz/zeroalpha/alphazero-frontend"
},
"keywords": [
"ethereum",
"ARTIS",
"xDai",
"NFT"
],
"author": "Peter Grassberger <[email protected]> (https://petergrassberger.com/)",
"contributors": [
"Markus Bernsteiner <[email protected]> (https://seliqui.eu/)"
],
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"env-cmd": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"react-scripts": "^4.0.1",
"typechain": "^4.0.0",
"typechain-target-web3-v1": "^1.0.4",
"typescript": "^4.1.2"
},
"dependencies": {
"bnc-onboard": "^1.35.1",
"bootstrap": "^4.5.3",
"eth-ens-namehash": "^2.0.8",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.7.1",
"web3": "^1.3.0",
"web3-utils": "^1.3.0"
}
}