-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.73 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
{
"name": "call-meta",
"repository": "https://github.com/dhappy/consult",
"homepage": "https://dhappy.github.io/consult/",
"author": "W.J. “δυς” H. <[email protected]>",
"license": "CC0",
"version": "0.4.0",
"description": "A system for encoding time-correlated metainformation regarding recordings of distributed work calls.",
"main": "index.jsx",
"module": "src/index.jsx",
"scripts": {
"build": "webpack",
"start": "webpack serve",
"deploy": "gh-pages -d build/",
"contracts:compile": "yarn hardhat compile",
"contracts:deploy": "yarn hardhat run scripts/deploy.js"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@ceramicnetwork/http-client": "^1.4.0",
"@ceramicnetwork/stream-tile": "^1.3.1",
"@chakra-ui/react": "^1.6.9",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@glazed/datamodel": "^0.1.2",
"@glazed/did-datastore": "^0.1.4",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"dids": "^2.4.0",
"dotenv": "^10.0.0",
"framer-motion": "^4",
"https-browserify": "^1.0.0",
"ipfs-http-client": "^53.0.1",
"json5": "^2.2.0",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.0",
"nft-did-resolver": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-markdown": "^7.0.1",
"react-router-dom": "^5.3.0",
"react-router-hash-link": "^2.4.3",
"remove-markdown": "^0.3.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"uint8arrays": "^3.0.0",
"use-ceramic": "^1.0.0",
"use-downshift": "https://github.com/dysbulic/use-downshift.git",
"web3": "^1.6.0"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/runtime-corejs3": "^7.15.4",
"@ceramicnetwork/cli": "^1.5.0",
"@glazed/cli": "^0.1.1",
"@glazed/devtools": "^0.1.3",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"babel-loader": "8.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"copy-webpack-plugin": "^9.0.1",
"core-js": "2",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.4.7",
"gh-pages": "^3.2.3",
"hardhat": "^2.6.6",
"hardhat-abi-exporter": "^2.3.0",
"html-webpack-plugin": "^5.3.2",
"webpack": "5.51.1",
"webpack-cli": "4.8.0",
"webpack-dev-server": "4.0.0"
},
"resolutions": {
"@webpack-cli/serve": "1.5.2"
},
"packageManager": "[email protected]"
}