-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 952 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
35
36
{
"name": "protokit-starter-bun",
"main": "src/index.ts",
"module": "src/index.js",
"type": "module",
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@proto-kit/common": "^0.1.1-develop.254",
"@proto-kit/module": "^0.1.1-develop.254",
"@proto-kit/protocol": "^0.1.1-develop.254",
"@proto-kit/sdk": "^0.1.1-develop.254",
"@proto-kit/sequencer": "^0.1.1-develop.254",
"core-js": "^3.32.2",
"snarkyjs": "0.12.0",
"tsyringe": "^4.8.0"
},
"devDependencies": {
"bun-types": "latest",
"@types/react-dom": "^18.2.7",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"loglevel": "^1.8.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"url": "^0.11.1",
"util": "^0.12.5"
}
}