38 lines
979 B
JSON
38 lines
979 B
JSON
{
|
|
"name": "plc-streamer-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@rjsf/chakra-ui": "^5.24.12",
|
|
"@rjsf/core": "^5.24.12",
|
|
"@rjsf/validator-ajv8": "^5.24.12",
|
|
"chart.js": "^3.9.1",
|
|
"chartjs-adapter-luxon": "^1.3.1",
|
|
"chartjs-plugin-streaming": "^2.0.0",
|
|
"chartjs-plugin-zoom": "^1.2.1",
|
|
"framer-motion": "^11.2.12",
|
|
"i18next": "^25.3.6",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"luxon": "^2.5.2",
|
|
"react": "^18.2.0",
|
|
"react-datepicker": "^8.5.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^15.6.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^6.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"vite": "^5.4.0"
|
|
}
|
|
}
|