-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.24 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "wild-cards-playground",
"version": "0.1.0",
"private": true,
"dependencies": {
"3box": "^1.18.1",
"@apollo/react-hooks": "^3.1.5",
"@apollo/react-ssr": "^3.1.5",
"@baransu/graphql_ppx_re": "^0.7.1",
"@polkadot/util": "^2.8.1",
"@web3-react/core": "^6.0.9",
"@web3-react/fortmatic-connector": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/portis-connector": "^6.0.9",
"@web3-react/squarelink-connector": "^6.0.9",
"@web3-react/torus-connector": "^6.0.9",
"@web3-react/walletconnect-connector": "^6.0.9",
"@wildcards/react-carousel": "^1.10.28-working1",
"@wildcards/react-social-icons": "^4.1.0",
"@wildcards/reason-apollo": "0.20.0-latest1",
"@wildcards/reason-apollo-hooks": "6.0.1-latest1",
"bluebird": "^3.7.2",
"bn.js": "^5.1.1",
"bs-css": "^12.2.0",
"bs-css-emotion": "^1.2.0",
"bs-fetch": "^0.5.2",
"bs-log": "^1.2.0",
"bs-moment": "^0.4.5",
"bs-platform": "^7.3.2",
"bs-webapi": "^0.15.9",
"decco": "^1.2.0",
"emotion-server": "^10.0.27",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^4.0.47",
"isomorphic-unfetch": "^3.0.0",
"isomorphic-ws": "^4.0.1",
"moment": "^2.24.0",
"node-sass": "^4.14.0",
"re-classnames": "^4.1.0",
"react": "^16.13.1",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"react-switch": "^5.0.1",
"react-tabs": "^3.1.0",
"react-translate": "^7.0.1",
"reason-loadable": "^0.6.2",
"reason-promise": "^1.0.2",
"reason-react": "^0.7.1",
"rimble-ui": "^0.14.0",
"styled-components": "^5.1.0",
"use-debounce": "^3.4.1",
"ws": "^7.3.0"
},
"scripts": {
"dev-experimental": "node --experimental-modules ./node_modules/next/dist/bin/next",
"dev": "next",
"nextbuild": "npm i [email protected] && npm run re:build && rm ./public/index.html && next build",
"next-start": "next start",
"start": "npm run re:build && react-scripts start",
"build-js-only": "EXTEND_ESLINT=true REACT_APP_MAINNET_BE=https://api.wildcards.world/v1/graphql REACT_APP_GOERLI_BE=https://goerli.api.wildcards.world/v1/graphql react-scripts build --verbose",
"build": "npm run re:build && npm run build-js-only",
"test": "react-scripts test",
"lint": "eslint src",
"re:build": "bsb -make-world -clean-world",
"re:watch": "BS_LOG=* bsb -make-world -clean-world -w",
"deploy": "npm run build && gh-pages -d dist --remote JasoonS",
"cra:deploy": "npm run re:build && npm run cra:build && gh-pages -d build --remote JasoonS",
"generate-ppx-schema": "npx get-graphql-schema https://api.wildcards.world/v1/graphql -j >| graphql_schema.json",
"generate-ppx-schema-goerli": "gqlschema https://api.thegraph.com/subgraphs/name/wild-cards/wildcards-goerli -i -o graphql_schema.json",
"generate-ppx-schema-local": "gqlschema http://127.0.0.1:8080/v1/graphql -i -o graphql_schema.json"
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!@glennsl/bs-|bs-platform|bs-moment).+\\.js$"
]
},
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@glennsl/bs-jest": "^0.5.1",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-react-app": "^9.1.2",
"bs-let": "^0.1.16",
"file-loader": "^6.0.0",
"gh-pages": "^2.2.0",
"gql-tools": "0.0.15"
},
"homepage": ".",
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.js?(x)"
],
"rules": {
"react-hooks/rules-of-hooks": "error"
}
},
{
"files": [
"**/*.bs.js?(x)"
],
"rules": {
"default-case": "off",
"react-hooks/rules-of-hooks": "error",
"strict": "off"
}
}
]
},
"main": "index.js",
"repository": "[email protected]:wild-cards/ui.git",
"author": "Jason Smythe <[email protected]>",
"license": "MIT"
}