2023-06-12 09:15:25 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2023-10-12 14:22:24 +02:00
|
|
|
"@mantine/core": "7.1.3",
|
|
|
|
"@mantine/hooks": "7.1.3",
|
|
|
|
"@mantine/vanilla-extract": "7.1.3",
|
2023-06-12 09:15:25 +02:00
|
|
|
"@vanilla-extract/css": "^1.11.1",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-12 09:17:48 +02:00
|
|
|
"@types/react": "^18.2.11",
|
|
|
|
"@types/react-dom": "^18.2.4",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
|
|
"@typescript-eslint/parser": "^5.59.9",
|
2023-06-12 09:15:25 +02:00
|
|
|
"@vanilla-extract/vite-plugin": "^3.8.2",
|
|
|
|
"@vitejs/plugin-react": "^4.0.0",
|
2023-06-12 09:17:48 +02:00
|
|
|
"eslint": "^8.42.0",
|
2023-06-12 09:15:25 +02:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-06-12 09:17:48 +02:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.1",
|
2023-06-12 09:15:25 +02:00
|
|
|
"postcss": "^8.4.24",
|
2023-10-02 15:02:16 +02:00
|
|
|
"postcss-preset-mantine": "1.8.0",
|
2023-06-12 09:15:25 +02:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2023-06-12 09:17:48 +02:00
|
|
|
"typescript": "^5.1.3",
|
|
|
|
"vite": "^4.3.9"
|
2023-06-12 09:15:25 +02:00
|
|
|
}
|
|
|
|
}
|