identity-vault/package.json
nora 7d04469701
[Backend] UI2. (#67)
* first srcl pass!

* HOLY MFIN KBAR

* first last search

* put the borders back

* button!

* oops

* toolbar!

* lol

* bump dreamland, make kbar actually reactive?

* shorter timeout lol

* identity picker component

* nuke that lol

* seen_hints

* woah

* hint sys pt 1

* HINTS

* HINTS AND SHORTCUTS

* styles, BACKSPACE

* nav on home

* bananananana

* click, starring adam sandler

* scrool

* lint pass

* autoed complete

* shut

* brake the man

* dunno why those got unmerged

* path oopsie

* backspace on audit logs

* whitespace

* i thought i told you to shut up

* mr. brakeman
2025-12-03 01:17:37 -05:00

30 lines
781 B
JSON

{
"name": "identity-vault",
"private": true,
"devDependencies": {
"@csstools/postcss-sass": "^5.1.1",
"@noble/secp256k1": "^2.2.3",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.41.0",
"sass-embedded": "^1.89.0",
"vite": "^5.0.0",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-ruby": "^5.1.0"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@noble/curves": "^1.9.1",
"@picocss/pico": "^2.1.1",
"@rails/activestorage": "^8.0.200",
"alpinejs": "^3.14.9",
"axios": "^1.9.0",
"dreamland": "^0.1.2",
"htmx.org": "^1.9.12",
"jquery": "^3.7.1"
}
}