-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.22 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.22 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
{
"name": "mosp",
"version": "0.18.0",
"description": "A platform for creating, editing and sharing JSON objects.",
"private": true,
"scripts": {
"postinstall": "(cd mosp/static/ && ln -sf ../../node_modules npm_components) && esbuild --bundle --minify --format=iife --global-name=CM6 src/codemirror-bundle.js --outfile=mosp/static/js/codemirror-bundle.js",
"build": "esbuild --bundle --minify --format=iife --global-name=CM6 src/codemirror-bundle.js --outfile=mosp/static/js/codemirror-bundle.js"
},
"author": "Cédric Bonhomme",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@json-editor/json-editor": "^2.15.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"code-prettify": "^0.1.0",
"datatables": "^1.10.18",
"datatables.net-bs4": "^2.3.7",
"jquery": "^4.0.0",
"lodash": "^4.18.1",
"moment": "^2.30.1",
"papaparse": "^5.5.3"
},
"devDependencies": {
"@codemirror/lang-json": "^6.0.2",
"codemirror": "^6.0.2",
"esbuild": "^0.28.0"
}
}