-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "whereami",
"description": "Is a simple application to locate everybody in your company.",
"author": "ADACIS",
"contributors": [
"contact@adacis.net"
],
"bugs": {
"url": "https://www.adacis.net"
},
"repository": {
"url": "https://www.adacis.net",
"type": "git"
},
"homepage": "https://www.adacis.net",
"license": "agpl",
"private": true,
"scripts": {
"webpack": "webpack",
"build": "NODE_ENV=production webpack --config webpack.js",
"dev": "NODE_ENV=dev webpack --config webpack.js",
"watch": "NODE_ENV=dev webpack --watch --config webpack.js"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@nextcloud/dialogs": ">=3.1.2",
"@nextcloud/l10n": ">=1.4.1",
"@nextcloud/router": ">=1.2.0",
"css": ">=3.0.0",
"css-loader": ">=5.1.1",
"datatables.net": ">=1.10.23",
"datatables.net-bs": "^1.12.1",
"datatables.net-dt": "^1.12.1",
"datatables.net-fixedcolumns": "^4.1.0",
"datatables.net-plugins": ">=1.10.24",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": ">=6.2.0",
"less": ">=4.1.1",
"less-loader": ">=8.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"postcss-loader": ">=5.0.0",
"sass": ">=1.32.8",
"sass-loader": ">=11.0.1",
"style": ">=0.0.3",
"style-loader": ">=2.0.0",
"webpack": ">=5.61.1",
"webpack-cli": ">=4.5.0"
},
"dependencies": {
"path-browserify": "^1.0.1"
}
}