|
1 | 1 | { |
2 | 2 | "name": "honegger.dev", |
3 | 3 | "version": "0.0.1", |
4 | | - "packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394", |
| 4 | + "private": "true", |
| 5 | + "license": "Apache-2.0", |
| 6 | + "packageManager": "[email protected]+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184", |
5 | 7 | "scripts": { |
6 | 8 | "dev": "vite dev", |
7 | 9 | "build": "vite build", |
|
10 | 12 | "test:update": "playwright test --update-snapshots", |
11 | 13 | "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
12 | 14 | "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
13 | | - "lint": "prettier --check . && eslint .", |
14 | | - "format": "prettier --write ." |
| 15 | + "lint": "prettier --check --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss . && eslint .", |
| 16 | + "format": "prettier --write .", |
| 17 | + "prepare": "husky .husky" |
| 18 | + }, |
| 19 | + "lint-staged": { |
| 20 | + "*.{ts,svelte}": [ |
| 21 | + "prettier --log-level silent --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss", |
| 22 | + "eslint --quiet --fix" |
| 23 | + ], |
| 24 | + "*.{json,html}": [ |
| 25 | + "prettier --write" |
| 26 | + ] |
15 | 27 | }, |
16 | 28 | "devDependencies": { |
17 | | - "@fortawesome/fontawesome-free": "^6.5.2", |
18 | | - "@playwright/test": "^1.44.0", |
19 | | - "@poppanator/sveltekit-svg": "^4.2.1", |
20 | | - "@sveltejs/adapter-static": "^3.0.1", |
21 | | - "@sveltejs/kit": "^2.5.7", |
22 | | - "@sveltejs/vite-plugin-svelte": "^3.1.0", |
23 | | - "@types/dom-view-transitions": "^1.0.4", |
24 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
25 | | - "@typescript-eslint/parser": "^7.8.0", |
26 | | - "autoprefixer": "^10.4.19", |
27 | | - "eslint": "^8.57.0", |
28 | | - "eslint-config-prettier": "^9.1.0", |
29 | | - "eslint-plugin-svelte": "^2.39.0", |
30 | | - "postcss": "^8.4.38", |
31 | | - "postcss-load-config": "^5.1.0", |
32 | | - "prettier": "^3.2.5", |
33 | | - "prettier-plugin-svelte": "^3.2.3", |
34 | | - "svelte": "^4.2.16", |
35 | | - "svelte-check": "^3.7.1", |
36 | | - "tailwindcss": "^3.4.3", |
37 | | - "tslib": "^2.6.2", |
38 | | - "typescript": "^5.4.5", |
39 | | - "vite": "^5.2.11" |
| 29 | + "@eslint/js": "^9.30.0", |
| 30 | + "@fortawesome/fontawesome-free": "^6.7.2", |
| 31 | + "@playwright/test": "^1.53.1", |
| 32 | + "@poppanator/sveltekit-svg": "^5.0.1", |
| 33 | + "@sveltejs/adapter-static": "^3.0.8", |
| 34 | + "@sveltejs/kit": "^2.22.2", |
| 35 | + "@sveltejs/vite-plugin-svelte": "^5.1.0", |
| 36 | + "@tailwindcss/vite": "^4.1.11", |
| 37 | + "@types/dom-view-transitions": "^1.0.6", |
| 38 | + "autoprefixer": "^10.4.21", |
| 39 | + "eslint": "^9.30.0", |
| 40 | + "eslint-config-prettier": "^10.1.5", |
| 41 | + "eslint-plugin-svelte": "^3.10.1", |
| 42 | + "globals": "^16.2.0", |
| 43 | + "husky": "^9.1.7", |
| 44 | + "lint-staged": "^16.1.2", |
| 45 | + "prettier": "^3.6.2", |
| 46 | + "prettier-plugin-svelte": "^3.4.0", |
| 47 | + "prettier-plugin-tailwindcss": "^0.6.13", |
| 48 | + "svelte": "^5.34.8", |
| 49 | + "svelte-check": "^4.2.2", |
| 50 | + "tailwindcss": "^4.1.11", |
| 51 | + "tslib": "^2.8.1", |
| 52 | + "typescript": "^5.8.3", |
| 53 | + "typescript-eslint": "^8.35.0", |
| 54 | + "vite": "^6.3.5" |
40 | 55 | }, |
41 | 56 | "type": "module" |
42 | 57 | } |
0 commit comments