-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 901 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 901 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
36
37
{
"name": "app-store-screenshot-generator",
"version": "1.0.0",
"description": "Generate polished, App Store-ready screenshots with device frames, headlines, and light/dark backgrounds — entirely in-browser",
"license": "MIT",
"author": "thecodearrow",
"repository": {
"type": "git",
"url": "https://github.com/thecodearrow/App-Store-Screenshot-Generator.git"
},
"keywords": [
"screenshot",
"app-store",
"google-play",
"device-mockup",
"design-tool",
"react"
],
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.0"
}
}