-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "boxmock",
"version": "1.0.0",
"description": "Free online phone mockup creator and ultra-realistic Google Pixel 9 Pro device frame generator with studio lighting, physical finishes, and instant export.",
"license": "GPL-3.0-or-later",
"homepage": "https://aswin.cx/boxmock/",
"repository": {
"type": "git",
"url": "https://github.com/boxcreate/boxmock.git"
},
"bugs": {
"url": "https://github.com/boxcreate/boxmock/issues"
},
"author": "Aswin C. / boxcreate",
"keywords": [
"phone-mockup",
"phone-mockup-creator",
"free-phone-mockup",
"mockup-generator",
"device-mockup",
"device-frames",
"pixel-9-pro",
"pixel-mockup",
"google-pixel-mockup",
"screenshot-mockup",
"app-screenshot-maker",
"app-store-screenshots",
"google-play-screenshots",
"product-hunt-assets",
"studio-lighting",
"canvas-2d",
"react-19",
"typescript",
"tailwind-v4",
"client-side",
"free-design-tool"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"deploy:aswin-cx": "npm run build && rsync -av --delete dist/ ../aswin-cx/boxmock/"
},
"dependencies": {
"lucide-react": "^1.16.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "^0.186.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^22.13.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/three": "^0.185.4",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"vite": "^6.2.0"
}
}