-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.93 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
{
"name": "tezmitter",
"version": "1.0.0",
"description": "Tezmitter",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewkishino/tezmitter.git"
},
"keywords": [],
"author": "Andrew Kishino",
"license": "MIT",
"homepage": "https://tezmitter.com",
"scripts": {
"prepare": "husky install",
"start": "craco start",
"build": "craco build && node createWorkerBundle.js && compress-cra",
"test": "craco test",
"eject": "craco eject",
"deploy:ipfs": "node ipfs-deploy.mjs",
"build-worker-bundle": "node createWorkerBundle.js",
"install:clean": "rm -rf node_modules package-lock.json && npm install"
},
"proxy": "http://localhost:8000",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@airgap/beacon-dapp": "^4.0.0",
"@airgap/sapling-wasm": "^0.0.9",
"@taquito/beacon-wallet": "16.1.2",
"@taquito/rpc": "16.1.2",
"@taquito/sapling": "16.1.2",
"@taquito/signer": "16.1.2",
"@taquito/taquito": "16.1.2",
"@taquito/utils": "16.1.2",
"bee-queue": "^1.5.0",
"bip39": "^3.1.0",
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"headroom.js": "0.12.0",
"helmet": "^6.0.1",
"husky": "^8.0.2",
"ipfs-http-client": "^60.0.0",
"listr": "^0.14.3",
"morgan": "^1.10.0",
"nanoid": "^4.0.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"workerpool": "^6.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@craco/craco": "^7.0.0",
"@taqueria/plugin-contract-types": "^0.24.2",
"@taqueria/plugin-flextesa": "^0.24.2",
"@taqueria/plugin-jest": "^0.24.2",
"@taqueria/plugin-ligo": "^0.24.2",
"@taqueria/plugin-taquito": "^0.24.2",
"@taqueria/plugin-tezos-client": "^0.24.2",
"@types/react": "^18.0.31",
"buffer": "^6.0.3",
"compress-create-react-app": "^1.3.1",
"crypto-browserify": "^3.12.0",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.1",
"sass": "^1.57.1",
"stream-browserify": "^3.0.0",
"webpack": "^5.77.0"
},
"bugs": {
"url": "https://github.com/andrewkishino/tezmitter/issues"
},
"directories": {
"test": "tests"
}
}