2023-06-12 09:15:25 +02:00
|
|
|
{
|
|
|
|
"name": "vite-min-template",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2023-12-21 07:31:26 +01:00
|
|
|
"dev": "vite dev",
|
2023-06-12 09:15:25 +02:00
|
|
|
"build": "tsc && vite build",
|
|
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-06-26 18:50:28 +02:00
|
|
|
"@mantine/core": "7.11.0",
|
|
|
|
"@mantine/hooks": "7.11.0",
|
|
|
|
"@mantine/vanilla-extract": "7.11.0",
|
2024-06-23 12:34:55 +02:00
|
|
|
"@vanilla-extract/css": "^1.15.3",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1"
|
2023-06-12 09:15:25 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-23 12:34:55 +02:00
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
|
|
"@vanilla-extract/vite-plugin": "^4.0.11",
|
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
2024-03-12 12:39:41 +01:00
|
|
|
"eslint": "^8.57.0",
|
2024-06-23 12:34:55 +02:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
|
|
"postcss": "^8.4.38",
|
2024-04-26 11:17:15 +02:00
|
|
|
"postcss-preset-mantine": "1.15.0",
|
2023-06-12 09:15:25 +02:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2024-06-23 12:34:55 +02:00
|
|
|
"typescript": "^5.5.2",
|
|
|
|
"vite": "^5.3.1"
|
2023-11-06 12:31:09 +01:00
|
|
|
},
|
2024-06-23 12:40:23 +02:00
|
|
|
"packageManager": "yarn@4.3.1"
|
2023-06-12 09:15:25 +02:00
|
|
|
}
|