mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
68 lines
2.3 KiB
JSON
68 lines
2.3 KiB
JSON
{
|
|
"name": "EMS-ESP",
|
|
"version": "3.7.3",
|
|
"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 && vite build --mode hosted",
|
|
"preview-standalone": "typesafe-i18n --no-watch && vite build && concurrently -c \"auto\" \"pnpm:mock-rest\" \"vite preview\"",
|
|
"mock-rest": "bun --watch ../mock-api/restServer.ts",
|
|
"standalone": "concurrently -c \"auto\" \"typesafe-i18n\" \"pnpm:mock-rest\" \"vite\"",
|
|
"typesafe-i18n": "typesafe-i18n --no-watch",
|
|
"webUI": "node progmem-generator.js",
|
|
"format": "prettier -l -w '**/*.{ts,tsx,js,css,json,md}'",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@alova/adapter-xhr": "2.2.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^7.3.4",
|
|
"@mui/material": "^7.3.4",
|
|
"@table-library/react-table-library": "4.1.15",
|
|
"alova": "3.3.4",
|
|
"async-validator": "^4.2.5",
|
|
"formidable": "^3.5.4",
|
|
"jwt-decode": "^4.0.0",
|
|
"magic-string": "^0.30.19",
|
|
"mime-types": "^3.0.1",
|
|
"preact": "^10.27.2",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-router": "^7.9.4",
|
|
"react-toastify": "^11.0.5",
|
|
"typesafe-i18n": "^5.26.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@eslint/js": "^9.38.0",
|
|
"@preact/compat": "^18.3.1",
|
|
"@preact/preset-vite": "^2.10.2",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/node": "^24.9.1",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "^9.38.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"prettier": "^3.6.2",
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
"terser": "^5.44.0",
|
|
"typescript-eslint": "^8.46.2",
|
|
"vite": "^7.1.12",
|
|
"vite-plugin-imagemin": "^0.6.1",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
},
|
|
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8"
|
|
}
|