diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-13 21:48:40 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-13 21:48:40 +0100 |
| commit | 944fc2715e967a51e4ccca49d87e987ee2727bc2 (patch) | |
| tree | 13ed83b34182d54f9aa85a63c2474a927a6e06b2 /package.json | |
| parent | b2befab1d7c0bb19ac7373ea27d22cec0eea5163 (diff) | |
Transitioned to npm
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..6e96392 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "matchup", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "preview": "vite preview" + }, + "devDependencies": { + "vite": "npm:rolldown-vite@7.2.2" + }, + "overrides": { + "vite": "npm:rolldown-vite@7.2.2" + }, + "dependencies": { + "@fortawesome/fontawesome-free": "^7.1.0", + "bulma": "^1.0.4", + "notyf": "^3.10.0" + } +} |
