{ "name": "vite-min-template", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@mantine/core": "7.3.0", "@mantine/hooks": "7.3.0", "@mantine/vanilla-extract": "7.3.0", "@vanilla-extract/css": "^1.13.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.35", "@types/react-dom": "^18.2.14", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "@vanilla-extract/vite-plugin": "^3.9.0", "@vitejs/plugin-react": "^4.1.1", "eslint": "^8.53.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", "postcss": "^8.4.31", "postcss-preset-mantine": "1.11.0", "postcss-simple-vars": "^7.0.1", "typescript": "^5.2.2", "vite": "^4.5.0" }, "packageManager": "yarn@4.0.1" }