Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaudo committed Aug 5, 2024
1 parent 5d7965c commit 270f5f8
Show file tree
Hide file tree
Showing 11 changed files with 4,904 additions and 4,829 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Francesco Gaudenzi ([email protected])
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "fridgy",
"version": "0.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
"author": "Francesco Gaudenzi <[email protected]>",
"scripts": {
"test": "node --test --require ts-node/register **/*.spec.ts",
"dev": "vite",
Expand All @@ -17,7 +18,7 @@
"@capacitor/haptics": "^6.0.0",
"@effect/match": "^0.40.0",
"@fontsource-variable/comfortaa": "^5.0.20",
"@fontsource-variable/material-symbols-rounded": "^5.0.36",
"@fontsource-variable/material-symbols-rounded": "^5.0.37",
"@fontsource-variable/roboto-flex": "^5.0.15",
"@material/material-color-utilities": "^0.3.0",
"@material/web": "^2.0.0",
Expand All @@ -39,24 +40,23 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint__js": "^8.42.3",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.4",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-solid": "^0.14.1",
"jsdom": "^24.1.1",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"typescript-eslint": "8.0.0-alpha.54",
"typescript-eslint": "8.0.0",
"vite": "^5.3.5",
"vite-plugin-singlefile": "^2.0.2",
"vite-plugin-solid": "^2.10.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.4"
},
"packageManager": "pnpm@8.14.0+sha512.5d4bf97b349faf1a51318aa1ba887e99d9c36e203dbcb55938a91fddd2454246cb00723d6642f54d463a0f52a2701dadf8de002a37fc613c9cdc94ed5675ddce"
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
Loading

0 comments on commit 270f5f8

Please sign in to comment.