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.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",
|
|
"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.1.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^7.1.0",
|
|
"@mui/material": "^7.1.0",
|
|
"@table-library/react-table-library": "4.1.15",
|
|
"alova": "3.2.11",
|
|
"async-validator": "^4.2.5",
|
|
"formidable": "^3.5.4",
|
|
"jwt-decode": "^4.0.0",
|
|
"magic-string": "^0.30.17",
|
|
"mime-types": "^3.0.1",
|
|
"preact": "^10.26.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-router": "^7.6.0",
|
|
"react-toastify": "^11.0.5",
|
|
"typesafe-i18n": "^5.26.2",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.1",
|
|
"@eslint/js": "^9.27.0",
|
|
"@preact/compat": "^18.3.1",
|
|
"@preact/preset-vite": "^2.10.1",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/node": "^22.15.21",
|
|
"@types/react": "^19.1.5",
|
|
"@types/react-dom": "^19.1.5",
|
|
"concurrently": "^9.1.2",
|
|
"eslint": "^9.27.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"prettier": "^3.5.3",
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
"terser": "^5.39.2",
|
|
"typescript-eslint": "8.32.1",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-imagemin": "^0.6.1",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
},
|
|
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
|
|
}
|