-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
97 lines (97 loc) · 2.4 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "jalla",
"version": "1.0.0-41",
"description": "A web compiler and server in one",
"main": "index.js",
"bin": "bin.js",
"scripts": {
"test": "standard && dependency-check --missing ./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jallajs/jalla.git"
},
"keywords": [
"compile",
"bundle",
"server",
"choo",
"koa",
"postcss",
"browserify",
"documentify"
],
"author": "code and conspire",
"license": "MIT",
"bugs": {
"url": "https://github.com/jallajs/jalla/issues"
},
"standard": {
"parser": "babel-eslint"
},
"homepage": "https://github.com/jallajs/jalla#readme",
"peerDependencies": {
"choo": "7.x"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"dependency-check": "^4.1.0",
"standard": "^14.3.1"
},
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@goto-bus-stop/envify": "^5.0.0",
"autoprefixer": "^9.7.4",
"babel-plugin-dynamic-import-split-require": "^2.0.0",
"babelify": "^10.0.0",
"brfs": "^2.0.2",
"browserify": "^17.0.0",
"browserslist": "^4.16.6",
"caniuse-api": "^3.0.0",
"chalk": "^4.1.1",
"chokidar": "^3.3.1",
"clear-module": "^4.1.1",
"concat-stream": "^2.0.0",
"convert-source-map": "^1.7.0",
"dedent": "^0.7.0",
"documentify": "^3.2.2",
"envify": "^4.1.0",
"exorcist": "^2.0.0",
"get-port": "^5.1.1",
"hstream": "^3.1.1",
"is-interactive": "^1.0.0",
"jsesc": "^3.0.2",
"koa": "^2.11.0",
"koa-conditional-get": "^3.0.0",
"koa-etag": "^4.0.0",
"koa-static": "^5.0.0",
"mime": "^2.4.3",
"minify-stream": "^2.1.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.4",
"nanobus": "^4.4.0",
"nanohtml": "^1.9.1",
"ora": "^4.0.3",
"pirates": "^4.0.0",
"postcss": "^8.3.5",
"postcss-csso": "^5.0.1",
"postcss-import": "^14.0.2",
"postcss-load-config": "^3.1.0",
"postcss-url": "^10.1.3",
"postcss-watcher": "^2.0.0",
"posthtml-minifier": "^0.1.0",
"posthtmlify": "^0.2.0",
"pretty-bytes": "^5.2.0",
"read-pkg-up": "^7.0.1",
"regenerator-runtime": "^0.13.5",
"resolve": "^1.15.1",
"source-map-support": "^0.5.16",
"split-require": "^3.1.2",
"tfilter": "^1.0.1",
"through2": "^4.0.2",
"tinyify": "^4.0.0",
"transform-ast": "^2.4.4",
"watchify": "^4.0.0"
}
}