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-02-01 07:33:38 +01:00
|
|
|
"@mantine/core": "7.5.1",
|
|
|
|
"@mantine/hooks": "7.5.1",
|
|
|
|
"@mantine/vanilla-extract": "7.5.1",
|
2023-12-21 07:31:26 +01:00
|
|
|
"@vanilla-extract/css": "^1.14.0",
|
2023-06-12 09:15:25 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-06 12:31:09 +01:00
|
|
|
"@types/react": "^18.2.35",
|
|
|
|
"@types/react-dom": "^18.2.14",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
|
|
"@typescript-eslint/parser": "^6.9.1",
|
2023-12-21 07:31:26 +01:00
|
|
|
"@vanilla-extract/vite-plugin": "^3.9.3",
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
2023-11-06 12:31:09 +01:00
|
|
|
"eslint": "^8.53.0",
|
2023-06-12 09:15:25 +02:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-11-06 12:31:09 +01:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
2023-12-21 07:31:26 +01:00
|
|
|
"postcss": "^8.4.32",
|
2024-02-01 13:11:31 +01:00
|
|
|
"postcss-preset-mantine": "1.13.0",
|
2023-06-12 09:15:25 +02:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2023-12-21 07:31:26 +01:00
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"vite": "^5.0.10"
|
2023-11-06 12:31:09 +01:00
|
|
|
},
|
2023-12-21 07:31:46 +01:00
|
|
|
"packageManager": "yarn@4.0.2"
|
2023-06-12 09:15:25 +02:00
|
|
|
}
|