table-schedule
Version:
Vanilla JS table schedule with DnD support.
58 lines (57 loc) • 1.44 kB
JSON
{
"name": "table-schedule",
"version": "0.4.0",
"description": "Vanilla JS table schedule with DnD support.",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "rollup -c -w",
"build": "rollup -c rollup.config.prod.js",
"lint": "./node_modules/.bin/eslint ./src --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "git@github.com:Monkey-D-Pixel/table-schedule.git"
},
"keywords": [
"javascript",
"schedule",
"table",
"drag-n-drop",
"UI"
],
"author": "Monkey-D-Pixel",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@joseph184/rollup-plugin-node-builtins": "^2.1.4",
"cssnano": "^4.1.10",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.5.0",
"express": "^4.17.1",
"jest": "^24.9.0",
"jest-dev-server": "^4.3.0",
"jest-puppeteer": "^4.3.0",
"postcss": "^7.0.18",
"puppeteer": "^2.0.0",
"rollup": "^1.20.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-terser": "^5.1.3"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"iOS >= 8",
"IE >= 9"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}