mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "EMS-ESP",
|
|
"version": "3.7.1",
|
|
"description": "EMS-ESP WebUI",
|
|
"homepage": "https://emsesp.org",
|
|
"author": "proddy, emsesp.org",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"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\" \"yarn:mock-rest\" \"vite preview\"",
|
|
"mock-rest": "bun --watch ../mock-api/rest_server.ts",
|
|
"standalone": "concurrently -c \"auto\" \"typesafe-i18n\" \"yarn: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.0.10",
|
|
"@emotion/react": "^11.13.5",
|
|
"@emotion/styled": "^11.13.5",
|
|
"@mui/icons-material": "^6.1.9",
|
|
"@mui/material": "^6.1.9",
|
|
"@table-library/react-table-library": "4.1.7",
|
|
"alova": "3.2.5",
|
|
"async-validator": "^4.2.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"mime-types": "^2.1.35",
|
|
"preact": "^10.25.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-router": "^7.0.1",
|
|
"react-toastify": "^10.0.6",
|
|
"typesafe-i18n": "^5.26.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@eslint/js": "^9.15.0",
|
|
"@preact/compat": "^18.3.1",
|
|
"@preact/preset-vite": "^2.9.2",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
"@types/formidable": "^3",
|
|
"@types/node": "^22.10.1",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"concurrently": "^9.1.0",
|
|
"eslint": "^9.15.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"formidable": "^3.5.2",
|
|
"prettier": "^3.4.1",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"terser": "^5.36.0",
|
|
"typescript-eslint": "8.16.0",
|
|
"vite": "^6.0.1",
|
|
"vite-plugin-imagemin": "^0.6.1",
|
|
"vite-tsconfig-paths": "^5.1.3"
|
|
},
|
|
"packageManager": "yarn@4.5.3"
|
|
}
|