-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
126 lines (126 loc) · 4.61 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
{
"name": "wild-cards-playground",
"version": "0.1.0",
"private": true,
"dependencies": {
"3box": "^1.22.2",
"@fattafatta/rescript-react-lazy": "^0.1.2",
"@glennsl/rescript-fetch": "^0.2.0",
"@polkadot/util": "^5.2.2",
"@rescript/react": "^0.11.0",
"@transak/transak-sdk": "^1.0.31",
"@web3-react/core": "^6.1.1",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.3",
"@web3-react/portis-connector": "^6.1.6",
"@web3-react/squarelink-connector": "^6.1.6",
"@web3-react/torus-connector": "^6.1.7",
"@web3-react/walletconnect-connector": "^6.1.6",
"@wildcards/react-carousel": "^1.10.28-working1",
"@wildcards/react-social-icons": "^4.1.0",
"assert": "^2.0.0",
"bad-words": "^3.0.4",
"bluebird": "^3.7.2",
"bn.js": "^5.1.3",
"bs-css": "^16.1.0",
"bs-css-emotion": "^5.1.0",
"bs-fetch": "^0.6.2",
"bs-moment": "^0.8.0",
"decco": "^1.6.0",
"emotion-server": "^11.0.0",
"ethereum-blockies-base64": "^1.0.2",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.0.7",
"ethers": "^5.0.24",
"events": "^3.2.0",
"get-graphql-schema": "^2.1.2",
"isomorphic-unfetch": "^3.1.0",
"isomorphic-ws": "^4.0.1",
"moment": "^2.29.1",
"node-sass": "^7.0.0",
"re-classnames": "^5.0.1",
"react": "^18.2.0",
"react-countup": "^4.3.3",
"react-dom": "^18.2.0",
"react-images": "^1.1.7",
"react-photo-gallery": "^8.0.0",
"react-responsive-carousel": "^3.2.11",
"react-scripts": "4.0.3",
"react-switch": "^5.0.1",
"react-tabs": "^3.1.2",
"react-translate": "^7.0.1",
"reason-loadable": "^1.0.0",
"reason-promise": "^1.1.5",
"rescript-classnames": "^6.0.0",
"rescript-logger": "^3.0.0",
"rimble-ui": "^0.14.0",
"source-map-explorer": "^2.5.1",
"styled-components": "^5.2.1",
"subscriptions-transport-ws": "^0.9.18",
"truffle-privatekey-provider": "^1.5.0",
"use-debounce": "^5.2.0",
"web3": "^1.3.1",
"web3-eth-personal": "^1.3.1",
"ws": "^7.4.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"dev-experimental": "node --experimental-modules ./node_modules/next/dist/bin/next",
"dev": "next",
"nextbuild": "npm i [email protected] && npm run res:build && rm ./public/index.html && next build",
"next-start": "next start",
"start": "npm run res:build && REACT_APP_NETWORK=\"TEST\" 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 res:build && npm run react-scripts build --verbose",
"test": "react-scripts test",
"lint": "eslint src",
"res:clean": "rescript clean -with-deps",
"res:build": "npm run res:clean; rescript build",
"res:start": "RES_LOG=* rescript build -w",
"generate-ppx-schema": "get-graphql-schema https://api.wildcards.world/v1/graphql -j >| graphql_schema.json",
"generate-ppx-schema-goerli": "get-graphql-schema https://api.wildcards.world/v1/graphql -j >| graphql_schema.json",
"generate-ppx-schema-local": "get-graphql-schema http://localhost:8080/v1/graphql -j >| graphql_schema.json",
"res:analyze": "reanalyze -dce",
"res:analyze-write": "reanalyze -write -dce; find ./src -type f | xargs sed -i -e 's/<@dead(\".*\") /</g'"
},
"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": {
"@apollo/client": "^3.7.16",
"@babel/helper-builder-react-jsx": "^7.10.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@glennsl/bs-jest": "^0.6.0",
"@greenlabs/ppx-spice": "^0.1.14",
"@reasonml-community/graphql-ppx": "^1.2.3",
"babel-plugin-styled-components": "^1.12.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-react-app": "^10.0.0",
"bs-let": "^0.1.16",
"file-loader": "^6.2.0",
"reanalyze": "^2.12.0",
"rescript": "^10.1.4",
"rescript-apollo-client": "^3.2.0"
},
"homepage": ".",
"main": "index.js",
"repository": "[email protected]:wild-cards/ui.git",
"author": "Jason Smythe <[email protected]>",
"license": "MIT"
}