-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.62 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
{
"name": "tux.art",
"version": "1.0.0",
"private": true,
"homepage": "https://caktux.github.io/tux.art",
"dependencies": {
"@apollo/client": "^3.5.9",
"@restart/ui": "^1.0.1",
"apollo-link-timeout": "^4.0.0",
"bootswatch": "^5.1.3",
"ethers": "^5.5.4",
"graphql": "^16.3.0",
"ipfs-http-client": "^56.0.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.33",
"multiformats": "^9.6.4",
"nft.storage": "^3.4.0",
"react": "^17.0.2",
"react-bootstrap": "2.1.2",
"react-dom": "^17.0.2",
"react-full-screen": "^1.1.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"token-amount": "^0.3.0",
"typescript": "^4.4.4",
"uint8arrays": "^3.0.0",
"use-wallet": "^0.13.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/mime-types": "^2.1.1",
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.10",
"@types/react-lazyload": "^3.1.1",
"@types/react-router-dom": "^5.3.2",
"gh-pages": "^3.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"deployIpfs": "ipfs-deploy -p infura -p pinata -d cloudflare build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}