-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (70 loc) · 2.18 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
{
"name": "remix-script-runner",
"version": "1.0.0",
"description": "Remix plugin for executing script in a separate iframe",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-es2015": "latest",
"@babel/preset-es2017": "latest",
"@babel/preset-stage-0": "^7.0.0",
"@babel/register": "^7.4.4",
"@chainlink/functions-toolkit": "^0.2.6",
"@ethereum-waffle/chai": "^3.4.4",
"@ethereumjs/util": "^9.0.1",
"@personaelabs/spartan-ecdsa": "^2.3.1",
"@remixproject/plugin": "^0.3.1",
"@remixproject/plugin-iframe": "^0.3.1",
"@semaphore-protocol/contracts": "^3.11.0",
"@semaphore-protocol/data": "^3.11.1",
"@semaphore-protocol/group": "^3.11.0",
"@semaphore-protocol/identity": "^3.11.0",
"@semaphore-protocol/proof": "^3.11.0",
"@zk-kit/incremental-merkle-tree": "^1.1.0",
"babelify": "^10.0.0",
"chai": "^4.3.6",
"circomlibjs": "^0.0.8",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"ethers": "^6.12.0",
"fast-async": "^7.0.6",
"ffjavascript": "^0.2.62",
"https-browserify": "^1.0.0",
"mocha": "^9.2.0",
"multihashes": "^4.0.3",
"node-polyfill-webpack-plugin": "^2.0.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"sindri": "0.0.1-alpha.27",
"snarkjs": "0.7.0",
"starknet": "^5.19.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.6.2",
"web3": "^1.5.3",
"web3-validator": "^2.0.3",
"webpack": "^5.74.0",
"zksync-ethers": "^6.7.0",
"zokrates-js": "^1.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yann300/remix-script-runner.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/yann300/remix-script-runner/issues"
},
"homepage": "https://github.com/yann300/remix-script-runner#readme",
"devDependencies": {
"webpack-cli": "^4.10.0"
}
}