-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.12 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": "pindrop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"generate-icons": "node scripts/generate-icons.js"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.23.24",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"leaflet": "^1.9.4",
"lucide-react": "^0.555.0",
"next": "^14.2.0",
"qrcode": "^1.5.4",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"@types/leaflet": "^1.9.21",
"@types/node": "^20.0.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.0",
"fast-check": "^4.3.0",
"postcss": "^8.4.0",
"sharp": "^0.33.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0",
"vitest": "^4.0.14"
}
}