mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 12:16:40 +00:00
108 lines
3.4 KiB
JSON
108 lines
3.4 KiB
JSON
{
|
|
"name": "@remnawave/frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"start:dev": "vite",
|
|
"start:build": "NODE_ENV=production tsc && vite build",
|
|
"cb": "vite build",
|
|
"start:preview": "vite preview --port 3333",
|
|
"serve": "NODE_ENV=production tsc && vite build && vite preview --port 3333",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "npm run lint:eslint && npm run lint:stylelint",
|
|
"lint:eslint": "eslint . --ext .ts,.tsx --cache",
|
|
"lint:stylelint": "stylelint '**/*.css' --cache",
|
|
"prettier": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"prettier:write": "prettier --write \"**/*.{ts,tsx}\""
|
|
},
|
|
"dependencies": {
|
|
"@hello-pangea/dnd": "^17.0.0",
|
|
"@mantine/carousel": "^7.12.2",
|
|
"@mantine/charts": "^7.12.2",
|
|
"@mantine/code-highlight": "^7.12.2",
|
|
"@mantine/core": "^7.12.2",
|
|
"@mantine/dates": "^7.12.2",
|
|
"@mantine/dropzone": "^7.12.2",
|
|
"@mantine/form": "^7.12.2",
|
|
"@mantine/hooks": "^7.12.2",
|
|
"@mantine/modals": "^7.12.2",
|
|
"@mantine/notifications": "^7.12.2",
|
|
"@mantine/nprogress": "^7.12.2",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@paralleldrive/cuid2": "github:paralleldrive/cuid2",
|
|
"@remnawave/backend-contract": "^0.0.31",
|
|
"axios": "^1.7.7",
|
|
"clsx": "^2.1.1",
|
|
"color-hash": "^2.0.2",
|
|
"dayjs": "^1.11.13",
|
|
"dotenv": "^16.4.5",
|
|
"mantine-datatable": "^7.12.4",
|
|
"nanoid": "^5.0.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-imask": "^7.6.1",
|
|
"react-router-dom": "^6.26.1",
|
|
"recharts": "^2.13.3",
|
|
"tiny-invariant": "^1.3.3",
|
|
"xbytes": "^1.9.1",
|
|
"zod": "^3.23.8",
|
|
"zustand": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.16.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
|
"@types/byte-size": "^8.1.2",
|
|
"@types/bytes": "^3.1.4",
|
|
"@types/color-hash": "^2.0.0",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^20.11.19",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
"@typescript-eslint/parser": "^7.0.2",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-perfectionist": "^4.1.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"eslint-plugin-storybook": "^0.8.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jsdom": "^25.0.0",
|
|
"postcss": "^8.4.45",
|
|
"postcss-preset-mantine": "1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.3.3",
|
|
"prop-types": "^15.8.1",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"stylelint": "^16.9.0",
|
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.16.0",
|
|
"vite": "6.0.1",
|
|
"vite-plugin-javascript-obfuscator": "^3.1.0",
|
|
"vite-plugin-preload": "^0.4.0",
|
|
"vite-plugin-wasm": "^3.3.0",
|
|
"vite-plugin-webfont-dl": "^3.9.4",
|
|
"vite-tsconfig-paths": "^5.0.1"
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.9.5"
|
|
},
|
|
"overrides": {
|
|
"node-plop": {
|
|
"inquirer": "9.3.5"
|
|
}
|
|
}
|
|
}
|