mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "EGroupware",
|
|
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
|
"license": "GPL-2.0",
|
|
"version": "21.1.20210316",
|
|
"repository": {},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"build:watch": "rollup -cw",
|
|
"jstest": "tsc &> /dev/null; web-test-runner",
|
|
"jstest:watch": "web-test-runner --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/preset-typescript": "^7.14.5",
|
|
"@open-wc/testing": "^2.5.33",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/chai": "^4.2.21",
|
|
"@types/mocha": "^8.2.3",
|
|
"@web/dev-server-esbuild": "^0.2.14",
|
|
"@web/dev-server-rollup": "^0.3.9",
|
|
"@web/test-runner": "^0.13.16",
|
|
"@web/test-runner-playwright": "^0.8.8",
|
|
"grunt": "^1.3.0",
|
|
"grunt-contrib-cssmin": "^2.2.1",
|
|
"grunt-newer": "^1.3.0",
|
|
"grunt-terser": "^1.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.52.2",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"sinon": "^11.1.2",
|
|
"terser": "^4.8.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"jshintConfig": {
|
|
"esversion": 6,
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"noarg": true,
|
|
"smarttabs": true,
|
|
"trailing": true,
|
|
"node": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"globals": {
|
|
"egw": true,
|
|
"app": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@andxor/jquery-ui-touch-punch-fix": "^1.0.2",
|
|
"@lion/button": "^0.14.2",
|
|
"@lion/core": "^0.18.2",
|
|
"@lion/input": "^0.15.4",
|
|
"@lion/input-date": "^0.12.6",
|
|
"@lion/input-datepicker": "^0.23.6",
|
|
"@lion/select": "^0.14.7",
|
|
"@lion/textarea": "^0.13.4",
|
|
"jquery-ui-timepicker-addon": "^1.6.3",
|
|
"sortablejs": "^1.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|