mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "EMS-ESP",
|
|
"version": "3.6.0",
|
|
"description": "build EMS-ESP TypeScript WebUI",
|
|
"homepage": "https://emsesp.github.io/docs",
|
|
"author": "proddy",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build-hosted": "vite build --mode hosted",
|
|
"preview": "vite preview",
|
|
"preview-standalone": "npm-run-all -p preview typesafe-i18n mock-api",
|
|
"mock-api": "nodemon --watch ../mock-api ../mock-api/server.js",
|
|
"standalone": "npm-run-all -p dev typesafe-i18n mock-api",
|
|
"typesafe-i18n": "typesafe-i18n",
|
|
"format": "prettier --write '**/*.{ts,tsx,js,css,json,md}'",
|
|
"lint": "eslint . --cache --fix"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/material": "^5.13.3",
|
|
"@table-library/react-table-library": "4.1.4",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/node": "^20.2.5",
|
|
"@types/react": "^18.2.8",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"async-validator": "^4.2.5",
|
|
"axios": "^1.4.0",
|
|
"history": "^5.3.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "latest",
|
|
"react-dom": "latest",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-icons": "^4.9.0",
|
|
"react-router-dom": "^6.11.2",
|
|
"react-toastify": "^9.1.3",
|
|
"sockette": "^2.0.6",
|
|
"typesafe-i18n": "^5.24.3",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
"@typescript-eslint/parser": "^5.59.8",
|
|
"@vitejs/plugin-react-swc": "^3.3.1",
|
|
"eslint": "^8.42.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-autofix": "^1.1.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"nodemon": "^2.0.22",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.8",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"terser": "^5.17.7",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"vite-tsconfig-paths": "^4.2.0"
|
|
},
|
|
"packageManager": "yarn@3.4.1"
|
|
}
|