mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-02 12:07:02 +00:00
65 lines
2.3 KiB
JSON
65 lines
2.3 KiB
JSON
{
|
|
"name": "EMS-ESP",
|
|
"version": "3.8.2",
|
|
"description": "EMS-ESP WebUI",
|
|
"homepage": "https://emsesp.org",
|
|
"author": "proddy, emsesp.org",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"build-hosted": "typesafe-i18n --no-watch && vite build --mode hosted",
|
|
"mock-rest": "bun --watch ../mock-api/restServer.ts",
|
|
"preview-standalone": "typesafe-i18n --no-watch && vite build && concurrently -c \"auto\" \"pnpm:mock-rest\" \"vite preview\"",
|
|
"standalone": "concurrently -c \"auto\" \"typesafe-i18n\" \"pnpm:mock-rest\" \"vite dev\"",
|
|
"typesafe-i18n": "typesafe-i18n --no-watch",
|
|
"build-webUI": "typesafe-i18n --no-watch && vite build && node progmem-generator.js",
|
|
"format": "prettier -l -w '**/*.{ts,tsx,js,css,json,md}'",
|
|
"lint": "eslint . --fix",
|
|
"standalone-devcontainer": "concurrently -c \"auto\" \"typesafe-i18n\" \"pnpm:mock-rest\" \"vite --host\""
|
|
},
|
|
"dependencies": {
|
|
"@alova/adapter-xhr": "2.3.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^9.0.0",
|
|
"@mui/material": "^9.0.0",
|
|
"@table-library/react-table-library": "4.1.15",
|
|
"alova": "3.5.1",
|
|
"async-validator": "^4.2.5",
|
|
"etag": "^1.8.1",
|
|
"jwt-decode": "^4.0.0",
|
|
"mime-types": "^3.0.2",
|
|
"preact": "^10.29.1",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"react-icons": "^5.6.0",
|
|
"react-router": "^7.14.2",
|
|
"react-toastify": "^11.1.0",
|
|
"typesafe-i18n": "^5.27.1",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@preact/preset-vite": "^2.10.5",
|
|
"@types/node": "^25.6.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"concurrently": "^9.2.1",
|
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
"eslint": "^10.2.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"prettier": "^3.8.3",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"terser": "^5.46.2",
|
|
"typescript-eslint": "^8.59.0",
|
|
"vite": "^8.0.10",
|
|
"vite-plugin-imagemin": "^0.6.1"
|
|
},
|
|
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
|
|
}
|