Remnawave_utils/package.json
2025-12-30 22:00:37 +03:00

110 lines
3.4 KiB
JSON

{
"name": "@remnawave/utils",
"private": true,
"type": "module",
"version": "0.0.1",
"license": "AGPL-3.0-only",
"author": "REMNAWAVE <github.com/remnawave>",
"homepage": "https://github.com/remnawave/utils",
"repository": {
"type": "git",
"url": "git+https://github.com/remnawave/utils.git"
},
"bugs": {
"url": "https://github.com/remnawave/utils/issues"
},
"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 DOMAIN_OVERRIDE=1 tsc && vite build && vite preview --port 3333",
"serve:dev": "DOMAIN_OVERRIDE=1 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": {
"@kastov/cryptohapp": "^1.1.2",
"@mantine/core": "^8.3.10",
"@mantine/hooks": "^8.3.10",
"@mantine/modals": "^8.3.10",
"@tabler/icons-react": "^3.36.0",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"jsencrypt": "^3.5.4",
"motion": "12.23.26",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-error-boundary": "^6.0.1",
"react-icons": "^5.5.0",
"react-router-dom": "6.27.0",
"uqr": "^0.1.2",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.34.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@stylistic/eslint-plugin": "^5.3.1",
"@swc/core": "^1.13.5",
"@types/lodash": "^4.17.20",
"@types/node": "^22.15.30",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"@vitejs/plugin-react": "^5.0.4",
"@vitejs/plugin-react-swc": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^9.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^0.12.0",
"globals": "^16.3.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.7.4",
"prop-types": "^15.8.1",
"rollup-plugin-visualizer": "^5.14.0",
"steiger": "^0.5.7",
"stylelint": "^16.19.1",
"stylelint-config-standard-scss": "^14.0.0",
"terser": "^5.43.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.41.0",
"vite": "7.1.8",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vite-plugin-preload": "^0.4.4",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-svgr": "^4.5.0",
"vite-plugin-webfont-dl": "^3.11.1",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.54.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"overrides": {
"node-plop": {
"inquirer": "9.3.5"
}
}
}