Bootstrap project, add protocol
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "quorum",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@noble/curves": "^2.2.0",
|
||||
"@noble/hashes": "^2.2.0",
|
||||
"applesauce-accounts": "^6.0.0",
|
||||
"applesauce-actions": "^6.1.0",
|
||||
"applesauce-core": "^6.1.0",
|
||||
"applesauce-factory": "^4.0.0",
|
||||
"applesauce-relay": "^6.0.3",
|
||||
"applesauce-signers": "^6.0.1",
|
||||
"applesauce-solidjs": "^4.0.0",
|
||||
"solid-js": "^1.9.13",
|
||||
"solid-toast": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"autoprefixer": "^10.5.0",
|
||||
"postcss": "^8.5.15",
|
||||
"preline": "^4.2.0",
|
||||
"tailwindcss": "^4.3.0",
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.0.16",
|
||||
"vite-plugin-solid": "^2.11.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user