9912c92695
-Updated JQuery to v3.5.1 -Updated Bootstrap to v4.5.3 -Updated DataTables to v1.10.22 -Updated FontAwesome to v5.15.1 -Updated Chart.js to v2.9.4 -Updated flag-icon-css to v3.5.0 -All scripts now load minified -Removed unused/unnecessary scripts (moment.js and some jqPlot plugins) -Scripts that are not used on every page are now only loaded on pages where they are needed (jqPlot, Chart.js and flag-icon-css) -Default website language to English -Enable unicode support -Removed unused images -public directory cleanup (images directory renamed to img, javascript directory renamed to js, stylesheets directory renamed to css, themes directory moved from /public/themes to /public/css/themes, removed vendor directory and moved the important contents to the new img, css and js directories) -Reward.pug rewritten to support Chart.js v2.9.4 -Updated README Features section
34 lines
1021 B
JSON
34 lines
1021 B
JSON
{
|
|
"name": "explorer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npm run sass:compile && node --stack-size=10000 ./bin/cluster",
|
|
"stop": "kill -2 $(cat tmp/cluster.pid)",
|
|
"test": "node ./node_modules/jasmine/bin/jasmine.js",
|
|
"sass:compile": "sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css"
|
|
},
|
|
"dependencies": {
|
|
"express": ">=4.17.1",
|
|
"async": "^3.1.0",
|
|
"intl": "^1.2.5",
|
|
"serve-favicon": "^2.5.0",
|
|
"morgan": ">=1.9.1",
|
|
"cookie-parser": "~1.4.4",
|
|
"body-parser": "~1.19.0",
|
|
"debug": ">=4.1.1",
|
|
"pug": "~3.0.0",
|
|
"postman-request": "2.88.1-postman.27",
|
|
"jsonminify": "0.4.1",
|
|
"jstransformer-markdown-it": "^2.1.0",
|
|
"mongodb": "3.6.3",
|
|
"mongoose": "5.11.4",
|
|
"qr-image": "~3.2.0",
|
|
"sass": "1.30.0",
|
|
"json": "10.0.0",
|
|
"strip-json-comments-cli": "1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine": "~3.6.3"
|
|
}
|
|
} |