FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BookStackApp-BookStack/package.json at master · OneToolsCollection/BookStackApp-BookStack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
OneToolsCollection
/
BookStackApp-BookStack
Public
forked from
BookStackApp/BookStack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
BookStackApp-BookStack
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
63 lines (63 loc) · 2.28 KB
Breadcrumbs
BookStackApp-BookStack
/
package.json
Copy path
File metadata and controls
63 lines (63 loc) · 2.28 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
{
"private"
:
true
,
"scripts"
: {
"build:css:dev"
:
"
sass ./resources/sass:./public/dist --embed-sources
"
,
"build:css:watch"
:
"
sass ./resources/sass:./public/dist --watch --embed-sources
"
,
"build:css:production"
:
"
sass ./resources/sass:./public/dist -s compressed
"
,
"build:js:dev"
:
"
node dev/build/esbuild.mjs
"
,
"build:js:watch"
:
"
node dev/build/esbuild.mjs watch
"
,
"build:js:production"
:
"
node dev/build/esbuild.mjs production
"
,
"build"
:
"
npm-run-all --parallel build:*:dev
"
,
"production"
:
"
npm-run-all --parallel build:*:production
"
,
"dev"
:
"
npm-run-all --parallel build:*:watch
"
,
"watch"
:
"
npm-run-all --parallel build:*:watch
"
,
"permissions"
:
"
chown -R $USER:$USER bootstrap/cache storage public/uploads
"
,
"lint"
:
"
eslint
\"
resources/**/*.js
\"
\"
resources/**/*.mjs
\"
"
,
"fix"
:
"
eslint --fix
\"
resources/**/*.js
\"
\"
resources/**/*.mjs
\"
"
,
"ts:lint"
:
"
tsc --noEmit
"
,
"test"
:
"
jest
"
,
"test:ci"
:
"
jest --maxWorkers=1
"
},
"devDependencies"
: {
"@eslint/js"
:
"
^10.0.1
"
,
"@lezer/generator"
:
"
^1.8.0
"
,
"@types/jest"
:
"
^30.0.0
"
,
"@types/markdown-it"
:
"
^14.1.2
"
,
"@types/sortablejs"
:
"
^1.15.9
"
,
"chokidar-cli"
:
"
^3.0
"
,
"esbuild"
:
"
^0.28.0
"
,
"eslint"
:
"
^10.2.0
"
,
"globals"
:
"
^17.4.0
"
,
"jest"
:
"
^30.3.0
"
,
"jest-environment-jsdom"
:
"
^30.3.0
"
,
"npm-run-all"
:
"
^4.1.5
"
,
"sass"
:
"
^1.99.0
"
,
"ts-jest"
:
"
^29.4.9
"
,
"ts-node"
:
"
^10.9.2
"
,
"typescript"
:
"
6.0.*
"
},
"dependencies"
: {
"@codemirror/commands"
:
"
^6.10.3
"
,
"@codemirror/lang-css"
:
"
^6.3.1
"
,
"@codemirror/lang-html"
:
"
^6.4.11
"
,
"@codemirror/lang-javascript"
:
"
^6.2.5
"
,
"@codemirror/lang-json"
:
"
^6.0.2
"
,
"@codemirror/lang-markdown"
:
"
^6.5.0
"
,
"@codemirror/lang-php"
:
"
^6.0.2
"
,
"@codemirror/lang-xml"
:
"
^6.1.0
"
,
"@codemirror/language"
:
"
^6.12.3
"
,
"@codemirror/legacy-modes"
:
"
^6.5.2
"
,
"@codemirror/state"
:
"
^6.6.0
"
,
"@codemirror/theme-one-dark"
:
"
^6.1.3
"
,
"@codemirror/view"
:
"
^6.41.0
"
,
"@lezer/highlight"
:
"
^1.2.3
"
,
"@ssddanbrown/codemirror-lang-smarty"
:
"
^1.0.0
"
,
"@ssddanbrown/codemirror-lang-twig"
:
"
^1.0.0
"
,
"codemirror"
:
"
^6.0.2
"
,
"idb-keyval"
:
"
^6.2.2
"
,
"markdown-it"
:
"
^14.1.1
"
,
"markdown-it-task-lists"
:
"
^2.1.1
"
,
"snabbdom"
:
"
^3.6.3
"
,
"sortablejs"
:
"
^1.15.7
"
}
}
Back
|
FazBrowse Home
|
New Git URL