-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 866 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 866 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
{
"name": "github-profile-header-generator",
"version": "2.1.0",
"description": "A simple but nice header image generator for your Github profile",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:gh-pages": "cp deploy/vite.config.gh-pages.js vite.config.js && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leviarista/github-profile-header-generator.git"
},
"author": "Leví Arista",
"license": "MIT",
"bugs": {
"url": "https://github.com/leviarista/github-profile-header-generator/issues"
},
"homepage": "https://github.com/leviarista/github-profile-header-generator#readme",
"devDependencies": {
"sass": "^1.89.2",
"vite": "^7.0.3",
"vite-plugin-html-inject": "^1.1.2"
},
"dependencies": {
"@zumer/snapdom": "^1.9.7"
}
}