dodex-vertx
Version:
A java asynchronous server for Dodex and Dodex-mess
72 lines (71 loc) • 1.91 kB
JSON
{
"name": "spa-react",
"version": "1.1.0",
"description": "Building React SPA with fuse-box under Vertx",
"main": "main.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node devl/koa",
"allure": "cd devl && npx allure-commandline generate --clean allure-results",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"fuse-box",
"java",
"vertx"
],
"author": "DaveO",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dodex": "^1.4.1",
"dodex-input": "^1.4.1",
"dodex-mess": "^1.3.4",
"handlebars": "^4.7.8",
"history": "^5.3.0",
"jquery": "^3.7.1",
"jsoneditor": "^10.1.2",
"lodash-es": "^4.17.21",
"luxon": "^3.5.0",
"marked": "^4.3.0",
"mini-create-react-context": "^0.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.2",
"redux": "^4.2.1",
"tablesorter": "^2.32.0"
},
"devDependencies": {
"@metahub/karma-jasmine-jquery": "^4.0.1",
"@testing-library/react": "^15.0.7",
"allure-commandline": "^2.32.0",
"chalk": "^5.4.1",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.4",
"fancy-log": "^2.0.0",
"fuse-box": "^4.0.0",
"gulp": "^5.0.0",
"gulp-csslint": "^1.0.1",
"gulp-eslint": "^6.0.0",
"http": "0.0.1-security",
"jasmine": "^5.5.0",
"karma": "^6.4.4",
"karma-allure-reporter": "^1.4.6",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-jquery": "^0.2.4",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"koa": "^2.15.3",
"koa-static": "^5.0.0",
"node-watch": "^0.7.4",
"typescript": "4.4.4"
}
}