FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
srcbuild/package.json at master · plotdb/srcbuild · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
plotdb
/
srcbuild
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
srcbuild
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
85 lines (85 loc) · 2.07 KB
Breadcrumbs
srcbuild
/
package.json
Copy path
File metadata and controls
85 lines (85 loc) · 2.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"author"
:
"
zbryikt
"
,
"name"
:
"
@plotdb/srcbuild
"
,
"version"
:
"
0.0.71
"
,
"description"
:
"
"
,
"main"
:
"
./dist/main.js
"
,
"files"
: [
"
dist/**/*
"
],
"bin"
: {
"srcbuild"
:
"
./dist/cli
"
,
"srcbuild-pug"
:
"
./dist/pug-cli
"
},
"scripts"
: {
"prepare"
:
"
mkdir -p ./node_modules/@plotdb/srcbuild/dist; cp dist/lib.pug ./node_modules/@plotdb/srcbuild/dist/
"
,
"start"
:
"
./node_modules/.bin/lsc watch.ls
"
},
"license"
:
"
MIT
"
,
"homepage"
:
"
https://github.com/plotdb/srcbuild
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/plotdb/srcbuild
"
},
"engines"
: {
"node"
:
"
>=10.14.1
"
,
"npm"
:
"
>=6.4.1
"
},
"dependencies"
: {
"@loadingio/debounce.js"
:
"
^1.0.1
"
,
"@plotdb/block"
:
"
^5.7.2
"
,
"@plotdb/colors"
:
"
^0.0.3
"
,
"anymatch"
:
"
^3.1.2
"
,
"browserify"
:
"
^17.0.0
"
,
"chokidar"
:
"
^3.5.1
"
,
"fs-extra"
:
"
^9.1.0
"
,
"glslify"
:
"
^7.1.1
"
,
"i18next"
:
"
^19.9.2
"
,
"i18next-fs-backend"
:
"
^2.6.7
"
,
"i18next-http-middleware"
:
"
^3.1.0
"
,
"js-yaml"
:
"
^4.0.0
"
,
"livescript"
:
"
^1.6.0
"
,
"marked"
:
"
^4.0.10
"
,
"pug"
:
"
^3.0.3
"
,
"require-reload"
:
"
^0.2.2
"
,
"stylus"
:
"
^0.55.0
"
,
"uglify-js"
:
"
^3.13.1
"
,
"uglifycss"
:
"
^0.0.29
"
,
"yargs"
:
"
^17.2.1
"
},
"devDependencies"
: {
"@loadingio/bootstrap.ext"
:
"
^0.0.12
"
,
"@plotdb/csscope"
:
"
^5.0.4
"
,
"@plotdb/rescope"
:
"
^5.0.17
"
,
"@plotdb/semver"
:
"
^0.0.3
"
,
"@loadingio/ldquery"
:
"
^3.0.6
"
,
"bootstrap"
:
"
^4.6.1
"
,
"express"
:
"
^4.18.2
"
,
"fedep"
:
"
^1.6.0
"
,
"jsdom"
:
"
^20.0.3
"
,
"ldcolor"
:
"
^1.1.3
"
,
"ldcover"
:
"
^3.5.6
"
,
"ldloader"
:
"
^3.0.3
"
,
"ldview"
:
"
^1.7.2
"
,
"proxise"
:
"
^1.0.1
"
,
"shaderlib"
:
"
github:zbryikt/shaderlib
"
},
"frontendDependencies"
: {
"root"
:
"
web/static/assets/lib
"
,
"modules"
: [
"
bootstrap
"
,
"
@loadingio/ldquery
"
,
"
@loadingio/bootstrap.ext
"
,
"
@loadingio/debounce.js
"
,
"
proxise
"
,
"
@plotdb/semver
"
,
"
@plotdb/rescope
"
,
"
@plotdb/csscope
"
,
"
@plotdb/block
"
,
"
ldcover
"
,
"
ldloader
"
,
"
ldcolor
"
,
"
ldview
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL