29 lines
670 B
JSON
29 lines
670 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",
|
|
"framer-motion": "^11.2.12",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^6.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"vite": "^5.4.0"
|
|
}
|
|
}
|