2016-02-28 22:35:24 +01:00
|
|
|
{
|
|
|
|
"name": "EGroupware",
|
2020-05-10 14:56:50 +02:00
|
|
|
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
2016-03-02 15:34:01 +01:00
|
|
|
"license": "GPL-2.0",
|
2021-03-16 09:30:34 +01:00
|
|
|
"version": "21.1.20210316",
|
2016-03-02 15:34:01 +01:00
|
|
|
"repository": {},
|
2021-06-25 22:49:24 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "rollup -c",
|
|
|
|
"build:watch": "rollup -cw"
|
|
|
|
},
|
2016-02-28 22:35:24 +01:00
|
|
|
"devDependencies": {
|
2021-06-29 17:02:26 +02:00
|
|
|
"@babel/core": "^7.14.6",
|
2021-06-25 22:49:24 +02:00
|
|
|
"@babel/preset-typescript": "^7.14.5",
|
|
|
|
"@rollup/plugin-babel": "^5.3.0",
|
2021-07-06 09:53:18 +02:00
|
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
2021-06-25 22:49:24 +02:00
|
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
2021-01-25 12:55:21 +01:00
|
|
|
"@types/jquery": "^3.5.5",
|
|
|
|
"@types/jqueryui": "^1.12.14",
|
|
|
|
"grunt": "^1.3.0",
|
2017-10-12 09:58:23 +02:00
|
|
|
"grunt-contrib-cssmin": "^2.2.1",
|
2020-05-10 14:56:50 +02:00
|
|
|
"grunt-newer": "^1.3.0",
|
2020-05-28 19:48:44 +02:00
|
|
|
"grunt-terser": "^1.0.0",
|
2021-06-25 22:49:24 +02:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"rollup": "^2.52.2",
|
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2021-01-25 12:55:21 +01:00
|
|
|
"terser": "^4.8.0",
|
|
|
|
"typescript": "^3.9.7"
|
2021-06-25 22:49:24 +02:00
|
|
|
},
|
|
|
|
"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
|
|
|
|
}
|
2021-07-06 09:53:18 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"carbon-components": "^10.37.0",
|
|
|
|
"carbon-web-components": "^1.14.1",
|
|
|
|
"lit-element": "^2.5.1",
|
|
|
|
"lit-html": "^1.4.1"
|
2016-02-28 22:35:24 +01:00
|
|
|
}
|
|
|
|
}
|