vite-template-mantine
Version:
Custom Vite React TypeScript template
90 lines (89 loc) • 2.66 kB
JSON
{
"name": "vite-template-mantine",
"version": "1.0.1",
"description": "Custom Vite React TypeScript template",
"main": "main.tsx",
"keywords": [
"vite",
"template",
"react",
"typescript",
"mantine"
],
"author": "Shakhzod Ziyodullayev",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint --fix \"**/*.{js,jsx,ts,tsx,json}\"",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,md,json}\" --config \"./.prettierrc\"",
"preview": "vite preview"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/serialize": "^1.3.3",
"@emotion/utils": "^1.4.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mantine/carousel": "^8.1.2",
"@mantine/core": "^8.1.2",
"@mantine/dates": "^8.1.2",
"@mantine/emotion": "^8.1.2",
"@mantine/form": "^8.1.2",
"@mantine/hooks": "^8.1.2",
"@mantine/modals": "^8.1.2",
"@mantine/notifications": "^8.1.2",
"@tanstack/react-query": "^5.85.5",
"axios": "^1.11.0",
"compose-function": "^3.0.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.3"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/compose-function": "^0.0.33",
"@types/node": "^24.0.10",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"rollup-plugin-visualizer": "^6.0.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"files": [
"src/**",
"public/**",
"index.html",
"vite.config.ts",
"tsconfig*.json",
"eslint.config.cjs",
"postcss.config.cjs",
".prettierrc",
"README.md"
]
}