forked from leviarista/github-profile-header-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 822 Bytes
/
package.json
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
{
"name": "github-profile-header-generator",
"version": "1.0.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.49.9",
"vite": "^2.8.0"
},
"dependencies": {
"html2canvas": "^1.4.1"
}
}