-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp-frontend-package.json
More file actions
45 lines (45 loc) · 1.24 KB
/
temp-frontend-package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "magic-patterns-vite-template",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.10.0",
"clsx": "latest",
"leaflet": "latest",
"lucide-react": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "latest",
"tailwind-merge": "latest"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/node": "^20.11.18",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "latest",
"eslint": "^8.50.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"postcss": "latest",
"tailwindcss": "3.4.17",
"typescript": "^5.5.4",
"vite": "^5.2.0"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}