diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-04-03 21:47:18 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-03 21:47:18 +0200 |
commit | 400a81fdae4ea1ff2263024a7cd0618fc31076ca (patch) | |
tree | 77b4a41084af4330c5d002785936f56bb46528fb /frontend/package.json | |
parent | 0d987f5c97cc8c0e205193ef8c67745ac981d5bf (diff) |
Use TUI instead of Web
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/frontend/package.json b/frontend/package.json deleted file mode 100644 index 98074ec..0000000 --- a/frontend/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "nuxt-app", - "private": true, - "type": "module", - "scripts": { - "build": "nuxt build", - "dev": "nuxt dev", - "generate": "nuxt generate", - "preview": "nuxt preview", - "postinstall": "nuxt prepare" - }, - "dependencies": { - "@nuxt/ui": "3.0.2", - "nuxt": "^3.16.2", - "tailwindcss": "^4.1.1", - "typescript": "^5.6.3", - "vue": "^3.5.13", - "vue-router": "^4.5.0" - } -} |