47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "calc",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"serve": "bun run server.ts"
|
|
},
|
|
"dependencies": {
|
|
"croner": "^9.1.0",
|
|
"hono": "^4.8.4",
|
|
"linkedom": "^0.18.11",
|
|
"mathjs": "^12.0.0",
|
|
"zod": "^3.25.75"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mathjs": "^9.4.2",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.4",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"prettier": "^3.0.0",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"@codemirror/autocomplete": "^6.9.0",
|
|
"@codemirror/commands": "^6.2.4",
|
|
"@codemirror/lang-html": "^6.4.5",
|
|
"@codemirror/lang-markdown": "^6.2.0",
|
|
"@codemirror/language": "^6.8.0",
|
|
"@codemirror/language-data": "^6.3.1",
|
|
"@codemirror/legacy-modes": "^6.3.3",
|
|
"@codemirror/search": "^6.5.0",
|
|
"@codemirror/view": "^6.16.0",
|
|
"codemirror": "^6.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|