-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.31 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.31 KB
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
{
"author": "zbryikt",
"name": "@plotdb/pug-browser",
"license": "MIT",
"description": "Builder for Pug running in browser",
"version": "0.0.3",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/plotdb/pug-browser",
"repository": {
"type": "git",
"url": "https://github.com/plotdb/pug-browser"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "./node_modules/.bin/server -r web -o true",
"build": "./build"
},
"devDependencies": {
"@loadingio/ldquery": "^3.0.2",
"aliasify": "^2.1.0",
"bootstrap": "^4.5.3",
"@loadingio/bootstrap.ext": "^0.0.6",
"bootstrap.native": "^3.0.14",
"browserfs": "^1.4.3",
"browserify": "^16.5.0",
"deploy": "github:zbryikt/deploy",
"disc": "^1.3.3",
"fedep": "^1.1.7",
"fs-extra": "^8.1.0",
"html2pug": "^4.0.0",
"ldview": "1.1.1",
"livescript": "^1.6.0",
"@plotdb/sandbox": "^0.0.2",
"@zbryikt/template": "^2.3.34",
"terser": "^5.5.0",
"tinyify": "^2.5.2",
"uglify-js": "^3.13.1"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"bootstrap.native",
"ldview",
"@loadingio/ldquery",
"browserfs",
"@plotdb/sandbox"
]
}
}