mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
69 lines
2.2 KiB
JSON
69 lines
2.2 KiB
JSON
{
|
|
"name": "EMS-ESP",
|
|
"version": "3.7",
|
|
"description": "Build the EMS-ESP WebUI",
|
|
"homepage": "https://emsesp.org",
|
|
"author": "proddy",
|
|
"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\" \"npm:mock-rest\" \"vite preview\"",
|
|
"mock-rest": "bun --watch ../mock-api/rest_server.ts",
|
|
"standalone": "concurrently -c \"auto\" \"typesafe-i18n\" \"npm: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.7",
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^6.0.2",
|
|
"@mui/material": "^6.0.2",
|
|
"@table-library/react-table-library": "4.1.7",
|
|
"alova": "3.0.16",
|
|
"async-validator": "^4.2.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"mime-types": "^2.1.35",
|
|
"preact": "^10.23.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-router-dom": "^6.26.1",
|
|
"react-toastify": "^10.0.5",
|
|
"typesafe-i18n": "^5.26.2",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@eslint/js": "^9.9.1",
|
|
"@preact/compat": "^17.1.2",
|
|
"@preact/preset-vite": "^2.9.0",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
"@types/babel__core": "^7",
|
|
"@types/formidable": "^3",
|
|
"@types/node": "^22.5.4",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"concurrently": "^8.2.2",
|
|
"eslint": "^9.9.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"formidable": "^3.5.1",
|
|
"prettier": "^3.3.3",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"terser": "^5.31.6",
|
|
"typescript-eslint": "8.4.0",
|
|
"vite": "^5.4.3",
|
|
"vite-plugin-imagemin": "^0.6.1",
|
|
"vite-tsconfig-paths": "^5.0.1"
|
|
},
|
|
"packageManager": "yarn@4.4.0"
|
|
}
|