Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions farm.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

<body data-mode="light">
<div id="root"></div>
<script src="./src/index.tsx"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "statusdashboard",
"version": "1.4.0",
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "farm start",
"start": "farm preview",
"build": "farm build",
"clean": "farm clean",
"dev": "vite",
"start": "vite preview",
"build": "vite build",
"lint": "eslint .",
"test": "vitest"
},
Expand All @@ -23,28 +22,31 @@
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-helmet": "^6.1.0",
"react-markdown": "^10.1.0",
"react-markdown-editor-lite": "^1.4.2",
"react-oidc-context": "^3.3.1",
"remark-gfm": "^4.0.1",
"remark-ins": "^1.2.4",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@farmfe/cli": "^1.0.5",
"@farmfe/core": "^1.7.11",
"@farmfe/js-plugin-postcss": "^1.12.0",
"@farmfe/plugin-react": "^1.2.6",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/typography": "^0.5.19",
"@types/lodash": "^4.17.24",
"@types/node": "^25.7.0",
"@types/react": "^19.2.14",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^6.0.2",
"core-js": "^3.49.0",
"eslint": "^10.3.0",
"eslint": "^10.4.0",
"globals": "^17.6.0",
"postcss": "^8.5.14",
"postcss": "^8.5.15",
"react-refresh": "^0.18.0",
"tailwindcss": "4.3.0",
"tailwindcss-scoped-preflight": "^4.0.6",
"typescript-eslint": "^8.59.3"
"typescript-eslint": "^8.59.4",
"vite": "^8.0.13"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.3"
}
Loading
Loading