-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1001 Bytes
/
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
{
"name": "human-tornado",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"clear": "rm -r .parcel-cache",
"clean": "rm dist/bundle.js",
"start": "parcel",
"build": "parcel build"
},
"dependencies": {
"@usedapp/core": "^0.5.4",
"circomlib": "git+https://github.com/tornadocash/circomlib.git#c372f14d324d57339c88451834bf2824e73bbdbc",
"fixed-merkle-tree": "^0.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-router-dom": "^5",
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@parcel/transformer-svg-react": "^2.0.0",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "^7",
"eslint-plugin-react": "^7.26.1",
"parcel": "^2.0.0",
"prettier": "^2.4.1"
}
}