forked from kartiknair/dhow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1009 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
47
{
"name": "explosiv",
"version": "2.6.5",
"description": "Simple and powerful JSX Static Site Generator.",
"main": "./dist/jsx-runtime.js",
"bin": {
"explosiv": "dist/cli.js"
},
"scripts": {
"test": "uvu -r esbuild-register test",
"build": "node ./build",
"prepare": "npm run build"
},
"files": [
"dist"
],
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"chokidar": "^3.5.2",
"compression": "^1.7.4",
"connect": "^3.7.0",
"dotenv": "^10.0.0",
"esbuild": "^0.13.12",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"min-document": "^2.19.0",
"morgan": "^1.10.0",
"ora": "^5.4.1",
"postcss": "^8.3.11",
"sade": "^1.7.4",
"sirv": "^1.0.18"
},
"devDependencies": {
"esbuild-register": "^3.0.0",
"uvu": "^0.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vixalien/explosiv.git"
},
"bugs": {
"url": "https://github.com/vixalien/explosiv/issues"
},
"homepage": "https://github.com/vixalien/explosiv#readme"
}