Skip to content

Commit

Permalink
feat: major rework of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Oct 13, 2024
1 parent 58cb966 commit 111f758
Show file tree
Hide file tree
Showing 32 changed files with 2,040 additions and 528 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,41 +58,42 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.48.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.2",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/package": "2.3.5",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"badge-maker": "^4.0.0",
"copyfiles": "^2.4.1",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"cz-customizable": "^7.2.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^15.10.0",
"globals": "^15.11.0",
"highlight.js": "^11.10.0",
"husky": "^9.1.6",
"minify": "^11.4.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"rimraf": "^6.0.1",
"sass": "^1.79.4",
"sass": "^1.79.5",
"serve": "^14.2.3",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"svelte-highlight": "^7.7.0",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8"
},
"peerDependencies": {
"svelte": "5.0.0-next.262"
"svelte": "5.0.0-next.264"
}
}
Loading

0 comments on commit 111f758

Please sign in to comment.