mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-22 02:12:48 +01:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "vite-min-template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.10.0",
|
|
"@mantine/hooks": "^7.10.0",
|
|
"@mantine/vanilla-extract": "^7.10.0",
|
|
"@tabler/icons-react": "^3.12.0",
|
|
"@vanilla-extract/css": "^1.14.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-tweet-embed": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.65",
|
|
"@types/react-dom": "^18.2.21",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vanilla-extract/vite-plugin": "^4.0.6",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"postcss": "^8.4.35",
|
|
"postcss-preset-mantine": "1.15.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^5.1.6"
|
|
},
|
|
"packageManager": "yarn@4.2.2"
|
|
} |