-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 909 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": "vite-tinybase-ts",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint-config-prettier": "^8.9.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.33.0"
},
"dependencies": {
"@hexagon/base64": "^1.1.26",
"@mysten/bcs": "^0.11.1",
"@mysten/sui.js": "^0.39.0",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"@peculiar/asn1-ecc": "^2.3.6",
"@peculiar/asn1-schema": "^2.3.6",
"@simplewebauthn/server": "^7.4.0",
"@simplewebauthn/typescript-types": "^7.4.0",
"cbor-x": "^1.5.3",
"eslint": "^8.46.0",
"eslint-plugin-prettier": "^5.0.0",
"helpers": "link:@simplewebauthn/server/helpers"
}
}