-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 887 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
{
"name": "capacint",
"version": "1.0.0",
"description": "A website to convert pixelart (principally) into SVG iamges.",
"main": "index.js",
"type": "module",
"scripts": {
"build:www": "parcel build index.html --out-dir public/",
"start": "npm run build:www && node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Betelgeuse1/capacint.git"
},
"author": "Medhi Chivaley & Thomas Teixeira",
"license": "MIT",
"bugs": {
"url": "https://github.com/Betelgeuse1/capacint/issues"
},
"homepage": "https://github.com/Betelgeuse1/capacint#readme",
"dependencies": {
"@tinyhttp/app": "^1.1.12",
"formidable": "^1.2.2",
"hyperapp": "^2.0.12",
"milligram": "^1.4.1",
"nanoid": "^3.1.20",
"parcel": "^1.12.3",
"serve-static": "^1.14.1"
},
"devDependencies": {
"cssnano": "^4.1.10"
}
}