59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "webcontrolcenter-zinn-2",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "prettier --write ./",
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint --max-warnings 0 ./src",
|
|
"prelint:fix": "bun run format",
|
|
"lint:fix": "eslint --fix ./src",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@phenixrts/sdk": "2025.2.2",
|
|
"@reduxjs/toolkit": "2.9.0",
|
|
"@techniker-me/pcast-api": "2025.1.8",
|
|
"@techniker-me/tools": "2025.0.16",
|
|
"moment": "2.30.1",
|
|
"phenix-edge-auth": "1.2.7",
|
|
"phenix-web-proto": "2020.0.3",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"react-redux": "9.2.0",
|
|
"react-router-dom": "7.9.1",
|
|
"redux-persist": "6.0.0",
|
|
"styled-components": "6.1.19",
|
|
"uuid": "13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.35.0",
|
|
"@fortawesome/fontawesome-svg-core": "7.0.1",
|
|
"@fortawesome/free-regular-svg-icons": "7.0.1",
|
|
"@fortawesome/free-solid-svg-icons": "7.0.1",
|
|
"@fortawesome/react-fontawesome": "3.0.2",
|
|
"@types/node": "24.5.0",
|
|
"@types/react": "19.1.13",
|
|
"@types/react-dom": "19.1.9",
|
|
"@vitejs/plugin-react-swc": "4.0.1",
|
|
"babel-plugin-styled-components": "2.1.4",
|
|
"babel-plugin-transform-amd-to-commonjs": "1.6.0",
|
|
"eslint": "9.35.0",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"globals": "16.4.0",
|
|
"prettier": "3.6.2",
|
|
"react-datepicker": "8.7.0",
|
|
"react-toastify": "11.0.5",
|
|
"typescript": "5.9.2",
|
|
"typescript-eslint": "8.44.0",
|
|
"typescript-plugin-styled-components": "3.0.0",
|
|
"vite": "7.1.5",
|
|
"vite-plugin-babel": "1.3.2",
|
|
"vite-plugin-commonjs": "0.10.4"
|
|
}
|
|
}
|