File "package.json"

Full Path: /var/www/html/front_back/workspace/Gitep-front/package.json
File size: 1.12 KB
MIME-type: application/json
Charset: utf-8

{
  "name": "gitep",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "dependencies": {
    "@ant-design/icons": "^5.6.0",
    "antd": "^5.23.3",
    "axios": "^1.7.8",
    "dayjs": "^1.11.13",
    "effector": "^23.2.3",
    "effector-react": "^23.2.1",
    "js-cookie": "^3.0.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-helmet": "^6.1.0",
    "react-router": "^7.0.1",
    "sass": "^1.81.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^22.10.1",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@types/react-helmet": "^6.1.11",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.15.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.14",
    "globals": "^15.12.0",
    "path": "^0.12.7",
    "typescript": "~5.6.2",
    "typescript-eslint": "^8.15.0",
    "vite": "^6.0.1",
    "vite-plugin-svgr": "^4.3.0",
    "vite-tsconfig-paths": "^5.1.3"
  }
}