mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feature/refactor types (#1101)
- **docs: remove discord badge from README** - **fix: ensure go version is up-to-date** - **<no value>** - **refactor: update import paths for blocks to components** - **feat: add Hero component template** - **fix: update footer logo to svg** - **feat: add Query/Sign and Query/Verify RPC methods** - **refactor: rename Keyshares to KsVal in did/v1/state.proto**
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "nebula",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"fetch:deps": "bun run .deps.mjs",
|
||||
"build:ts": "tsc",
|
||||
"build:css": "bunx tailwindcss -i ./src/styles.css -o ./assets/css/styles.css",
|
||||
"build": "bun run fetch:deps && bun run build:ts && bun run build:css",
|
||||
"watch:ts": "tsc -w",
|
||||
"watch:css": "bunx tailwindcss -i ./src/styles.css -o ./assets/css/styles.css --watch",
|
||||
"watch": "bun run watch:ts & bun run watch:css"
|
||||
},
|
||||
"devDependencies": {
|
||||
"htmx.org": "^1.9.12",
|
||||
"alpinejs": "^3.14.1",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"tailwindcss": "^3.3.0",
|
||||
"typescript": "^4.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "^3.3.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user