|
2 | 2 | "name": "fellowship-dashboard", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.0.2", |
5 | | - "packageManager": "[email protected]+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa", |
| 5 | + "packageManager": "[email protected]", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | 8 | "preinstall": "npx only-allow pnpm", |
|
12 | 12 | "deploy": "gh-pages -d build", |
13 | 13 | "build:pages": "tsc && vite build --base '/dashboard/'", |
14 | 14 | "deploy:pages": "pnpm run build:pages && gh-pages -d build", |
15 | | - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
16 | | - "preview": "vite preview", |
17 | | - "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css}\"" |
| 15 | + "lint": "pnpm run lint:prettier && pnpm run lint:eslint", |
| 16 | + "lint:eslint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 17 | + "lint:prettier": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css}\"", |
| 18 | + "lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css}\"", |
| 19 | + "preview": "vite preview" |
18 | 20 | }, |
19 | 21 | "dependencies": { |
20 | 22 | "@polkadot-api/descriptors": "file:.papi/descriptors", |
|
54 | 56 | "vaul": "^1.1.2" |
55 | 57 | }, |
56 | 58 | "devDependencies": { |
| 59 | + "@eslint/js": "^9.39.2", |
| 60 | + "@tailwindcss/vite": "^4.1.18", |
57 | 61 | "@types/node": "^25.0.3", |
58 | 62 | "@types/react": "^19.2.7", |
59 | 63 | "@types/react-dom": "^19.2.3", |
60 | 64 | "@types/react-router-dom": "^5.3.3", |
61 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
62 | | - "@typescript-eslint/parser": "^7.18.0", |
| 65 | + "@typescript-eslint/eslint-plugin": "^8.50.1", |
| 66 | + "@typescript-eslint/parser": "^8.50.1", |
63 | 67 | "@vitejs/plugin-react": "^5.1.2", |
64 | | - "autoprefixer": "^10.4.23", |
65 | | - "eslint": "^8.57.1", |
| 68 | + "eslint": "^9.39.2", |
66 | 69 | "eslint-config-prettier": "^10.1.8", |
67 | | - "eslint-plugin-react-hooks": "^5.2.0", |
| 70 | + "eslint-plugin-react-hooks": "^7.0.1", |
68 | 71 | "eslint-plugin-react-refresh": "^0.4.26", |
69 | 72 | "gh-pages": "^6.3.0", |
70 | 73 | "install": "0.13.0", |
71 | 74 | "postcss": "^8.5.6", |
72 | 75 | "prettier": "3.7.4", |
73 | 76 | "prettier-plugin-tailwindcss": "^0.7.2", |
74 | | - "tailwindcss": "^3.4.19", |
| 77 | + "tailwindcss": "^4.1.18", |
75 | 78 | "typescript": "^5.9.3", |
76 | 79 | "vite": "^7.3.0", |
77 | 80 | "vite-plugin-svgr": "^4.5.0" |
|
0 commit comments