forked from klaussilveira/gitlist
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
78 lines (78 loc) · 2.56 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "p3x-gitlist",
"version": "2024.10.107",
"corifeus": {
"prod-dir": "prod",
"css-postfix": "49127d5e63e7892020d8e4a89ccb3096753eedde10ae84df1b002c027fb40698",
"prefix": "p3x-",
"publish": false,
"type": "p3x",
"opencollective": false,
"cdn": true,
"icon": "fas fa-code",
"code": "Spawn",
"nodejs": "v22.4.1",
"reponame": "gitlist",
"build": true
},
"scripts": {
"build": "grunt",
"webpack-watch": "webpack --watch",
"less-watch": "grunt watch:less",
"watch": "grunt default-less && concurrently \"webpack --watch\" \"grunt watch:less\" ",
"postinstall": "node node_modules/corifeus-builder/src/utils/twemoji-install.js"
},
"description": "🤖 P3X Gitlist - A decorated enhanced elegant, feature rich and modern private git ui repository viewer",
"main": "index.js",
"repository": "https://github.com/patrikx3/gitlist",
"author": "patrikx3 <[email protected]>",
"license": "MIT",
"devDependencies": {
"bootswatch": "^3.4.1",
"concurrently": "^8.2.2",
"corifeus-builder": "^2024.10.111",
"corifeus-utils": "^2024.10.126",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"grunt": "^1.6.1",
"grunt-contrib-less": "^3.0.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss-safe-parser": "^7.0.0",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-remove-debug": "^0.1.0",
"worker-loader": "^3.0.8"
},
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/gitlist",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"bootstrap": "^3.4.1",
"codemirror": "^5.65.14",
"highlight.js": "^11.10.0",
"is-string-int": "^1.0.1",
"jquery": "=3.4.1",
"jquery.redirect": "^1.2.0",
"js-cookie": "^3.0.5",
"js-htmlencode": "^0.3.0",
"list.js": "^2.3.1",
"lodash": "^4.17.21",
"marked": "=13.0.2",
"moment": "^2.30.1",
"php-date": "^4.0.1",
"raphael": "^2.3.0",
"snackbarjs": "^1.1.0",
"twemoji": "=14.0.2"
}
}