-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 956 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
34
{
"name": "semaphore-court",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack --config webpack.config.js ",
"dev": "./node_modules/.bin/webpack serve --config webpack.config.js",
"server": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@semaphore-protocol/group": "^3.11.1",
"@semaphore-protocol/identity": "^3.11.1",
"@semaphore-protocol/proof": "^3.11.1",
"crypto-browserify": "^3.12.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}