@mormat/jscheduler_ui
Version:
A javascript scheduler ui component
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "@mormat/jscheduler_ui",
"version": "0.9.7",
"description": "A javascript scheduler ui component",
"author": "Mathieu MOREL",
"license": "GPL v2",
"keywords": [
"agenda",
"alpha",
"calendar",
"component",
"planner",
"scheduler",
"ui"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mormat/jscheduler.git"
},
"bugs": {
"url": "https://github.com/mormat/jscheduler/issues"
},
"homepage": "https://mormat.github.io/jscheduler",
"main": "dist/jscheduler_ui.js",
"files": [
"/dist/*.js",
"/dist/*.css",
"/docs",
"/features/helpers",
"README.md"
],
"devDependencies": {
"@cucumber/cucumber": "^11.0.1",
"@mormat/test-utils": "^0.0.1",
"chromedriver": "^133.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css2xpath": "^0.0.3",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.9.1",
"mustache": "^4.2.0",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"selenium-webdriver": "^4.25.0",
"uuid": "^11.0.2",
"webpack": "^5.87.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
},
"scripts": {
"start": "webpack serve --mode=development --hot",
"jest": "jest",
"cucumber": "cucumber-js",
"precucumber": "node src/bin/precucumber.js",
"prepare": "webpack --mode=production",
"build": "npm pack --pack-destination=./build"
},
"dependencies": {
"jsdom": "^26.1.0"
}
}