-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 841 Bytes
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
{
"name": "emoji-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vercel/analytics": "1.5.0",
"emoji-api": "3.0.1",
"lodash-es": "4.17.21",
"match-sorter": "8.0.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router-dom": "7.7.0",
"tailwind-merge": "3.1.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.11",
"@types/lodash-es": "4.17.12",
"@types/node": "22.16.5",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "4.7.0",
"prettier": "3.6.2",
"typescript": "5.8.3",
"tailwindcss": "4.1.11",
"vercel": "44.5.3",
"vite": "6.2.7",
"vite-plugin-compression": "0.5.1"
}
}