-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 964 Bytes
/
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
{
"name": "mosp",
"version": "0.17.0",
"description": "A platform for creating, editing and sharing JSON objects.",
"private": true,
"scripts": {
"postinstall": "cd mosp/static/ ; ln -sf ../../node_modules npm_components"
},
"author": "Cédric Bonhomme",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@json-editor/json-editor": "^2.15.1",
"bootstrap": "^5.3.3",
"bootstrap-select": "^1.13.18",
"chart.js": "^4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"code-prettify": "^0.1.0",
"codemirror": "^6.0.1",
"datatables": "^1.10.18",
"datatables.net-bs4": "^2.1.3",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"papaparse": "^5.4.1",
"popper.js": "^1.16.1"
},
"engines": {
"node": "16.x",
"npm": "8.3.0"
}
}