ajout app
This commit is contained in:
72
Voltaserve/ui/package.json
Normal file
72
Voltaserve/ui/package.json
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"name": "voltaserve-ui",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --host 0.0.0.0",
|
||||
"build": "tsc && vite build",
|
||||
"tsc": "tsc",
|
||||
"preview": "vite preview",
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/anatomy": "2.2.2",
|
||||
"@chakra-ui/react": "2.8.2",
|
||||
"@chakra-ui/system": "2.6.2",
|
||||
"@chakra-ui/theme-tools": "2.1.2",
|
||||
"@dnd-kit/core": "6.1.0",
|
||||
"@dnd-kit/modifiers": "7.0.0",
|
||||
"@dnd-kit/sortable": "8.0.0",
|
||||
"@emotion/css": "11.11.2",
|
||||
"@emotion/react": "11.11.4",
|
||||
"@emotion/styled": "11.11.5",
|
||||
"@reduxjs/toolkit": "2.2.3",
|
||||
"chakra-react-select": "4.7.6",
|
||||
"classnames": "2.5.1",
|
||||
"dateformat": "5.0.3",
|
||||
"formik": "2.4.5",
|
||||
"framer-motion": "11.0.28",
|
||||
"hashids": "2.3.0",
|
||||
"javascript-time-ago": "2.5.9",
|
||||
"js-base64": "3.7.7",
|
||||
"polished": "4.3.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-dropzone": "14.2.3",
|
||||
"react-helmet-async": "2.0.4",
|
||||
"react-redux": "9.1.0",
|
||||
"react-router-dom": "6.22.3",
|
||||
"redux": "5.0.1",
|
||||
"swr": "2.2.5",
|
||||
"uuid": "9.0.1",
|
||||
"yup": "1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||
"@types/cors": "2.8.17",
|
||||
"@types/dateformat": "5.0.2",
|
||||
"@types/node": "20.12.7",
|
||||
"@types/react": "18.2.77",
|
||||
"@types/react-dom": "18.2.25",
|
||||
"@types/uuid": "9.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "7.6.0",
|
||||
"@typescript-eslint/parser": "7.6.0",
|
||||
"@vitejs/plugin-react": "4.2.1",
|
||||
"autoprefixer": "10.4.19",
|
||||
"eslint": "9.0.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-config-react-app": "7.0.1",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-react-refresh": "0.4.6",
|
||||
"postcss": "8.4.38",
|
||||
"prettier": "3.2.5",
|
||||
"tailwindcss": "3.4.3",
|
||||
"typescript": "5.4.5",
|
||||
"vite": "5.2.8",
|
||||
"vite-plugin-svgr": "4.2.0",
|
||||
"vite-tsconfig-paths": "4.3.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user