{ "name": "slash-admin", "private": true, "version": "0.0.0", "type": "module", "homepage": "https://github.com/d3george/slash-admin", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "preinstall": "lefthook install", "format": "prettier --write \"./**/*.{html,jsx,tsx,ts,js,json,md}\"" }, "dependencies": { "@ant-design/cssinjs": "^1.17.2", "@ant-design/icons": "^5.2.6", "@ant-design/pro-components": "^2.8.5", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@fontsource-variable/inter": "^5.1.0", "@fontsource-variable/open-sans": "^5.1.0", "@fullcalendar/common": "^5.11.5", "@fullcalendar/core": "^6.1.9", "@fullcalendar/daygrid": "^6.1.9", "@fullcalendar/interaction": "^6.1.9", "@fullcalendar/list": "^6.1.9", "@fullcalendar/react": "^6.1.9", "@fullcalendar/timegrid": "^6.1.9", "@fullcalendar/timeline": "^6.1.9", "@iconify/react": "^4.1.1", "@tanstack/react-query": "^5.50.1", "@tanstack/react-query-devtools": "^5.50.1", "@vanilla-extract/css": "^1.17.0", "@vanilla-extract/vite-plugin": "^4.0.19", "@vercel/analytics": "^1.2.2", "@vitejs/plugin-react": "^4.1.0", "antd": "^5.9.3", "apexcharts": "^3.43.0", "autosuggest-highlight": "^3.3.4", "axios": "^1.5.1", "bignumber.js": "^9.1.1", "classnames": "^2.3.2", "clsx": "^2.1.1", "color": "^4.2.3", "crypto-js": "^3.1.9-1", "dayjs": "^1.11.10", "framer-motion": "^10.16.4", "highlight.js": "^11.9.0", "i18next": "^23.5.1", "i18next-browser-languagedetector": "^7.1.0", "nanoid": "^5.1.0", "nprogress": "^0.2.0", "numeral": "^2.0.6", "qs": "^6.11.0", "ramda": "^0.29.1", "react": "18.2.0", "react-apexcharts": "^1.4.1", "react-dom": "18.2.0", "react-error-boundary": "^4.0.13", "react-helmet-async": "^2.0.5", "react-i18next": "^13.2.2", "react-icons": "^4.11.0", "react-markdown": "^8.0.7", "react-organizational-chart": "^2.2.1", "react-quill": "^2.0.0", "react-router": "^7.0.2", "react-transition-group": "^4.4.5", "react-use": "^17.4.0", "rehype-highlight": "^6.0.0", "rehype-raw": "^6.1.1", "remark-gfm": "^3.0.1", "reset-css": "^5.0.2", "screenfull": "^6.0.2", "simplebar-react": "^3.2.4", "sonner": "^1.7.0", "styled-components": "^6.0.9", "tailwind-merge": "^2.5.4", "zustand": "^4.4.3" }, "devDependencies": { "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", "@faker-js/faker": "^8.1.0", "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/autosuggest-highlight": "^3.2.0", "@types/color": "^3.0.4", "@types/nprogress": "^0.2.1", "@types/numeral": "^2.0.3", "@types/qs": "^6.9.7", "@types/ramda": "^0.29.6", "@types/react": "^18.2.28", "@types/react-dom": "^18.2.13", "@types/react-transition-group": "^4.4.12", "@types/styled-components": "^5.1.28", "@typescript-eslint/eslint-plugin": "^8.23.0", "@typescript-eslint/parser": "^8.23.0", "autoprefixer": "^10.4.16", "babel-eslint": "^10.1.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "lefthook": "^1.8.2", "msw": "^2.4.9", "postcss": "^8.4.31", "postcss-import": "^15.1.0", "postcss-nesting": "^11.3.0", "prettier": "^3.4.2", "rollup-plugin-visualizer": "^5.9.2", "tailwindcss": "^3.3.3", "ts-node": "^10.9.1", "typescript": "^5.2.2", "vite": "^5.4.9", "vite-plugin-eslint": "^1.8.1", "vite-plugin-svg-icons": "^2.0.1", "vite-tsconfig-paths": "^5.0.1" }, "engines": { "node": "20.*" }, "packageManager": "pnpm@9.1.0", "msw": { "workerDirectory": "public" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] } }