-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 994 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "glitch-in-bio",
"version": "1.0.1",
"description": "Your very own link-in-bio app.",
"main": "index.html",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"release": "auto shipit"
},
"devDependencies": {
"@auto-it/all-contributors": "^10.32.2",
"@auto-it/first-time-contributor": "^10.32.2",
"@auto-it/git-tag": "^10.32.3",
"@auto-it/released": "^10.32.2",
"auto": "^10.32.2",
"vite": "^4.4.9"
},
"browserslist": [
">0.2%",
"not dead"
],
"engines": {
"node": "14.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-in-bio"
},
"glitch": {
"projectType": "generated_static"
},
"author": "Keith Kurson <[email protected]>",
"auto": {
"plugins": [
"all-contributors",
"first-time-contributor",
"released",
"git-tag"
],
"onlyPublishWithReleaseLabel": true
},
"dependencies": {
"lighterhtml": "^4.2.0"
}
}