-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.79 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
{
"name": "create-unirep-app",
"version": "1.0.0",
"description": "> TODO: description",
"author": "Unirep team <team@unirep.io>",
"homepage": "https://github.com/Unirep/create-unirep-app#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Unirep/create-unirep-app.git"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack",
"lint": "prettier .",
"lint:fix": "prettier . --write",
"lint:check": "prettier . --check"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
"@unirep/circuits": "2.0.1",
"@unirep/utils": "2.0.1",
"file-loader": "^6.2.0",
"mobx-react-lite": "^3.4.0",
"prettier": "^3.0.3",
"snarkjs": "^0.7.1"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-react": "^7.18.6",
"@semaphore-protocol/identity": "^3.6.0",
"@types/react": "^18.0.32",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"anondb": "^0.0.16",
"assert": "^2.0.0",
"babel-loader": "^8.2.5",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.1",
"events": "^3.3.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"mobx": "^6.6.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}