-
Notifications
You must be signed in to change notification settings - Fork 236
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "metacpan-web",
"version": "1.0.0",
"scripts": {
"build": "./build-assets.mjs",
"build:min": "./build-assets.mjs --minify",
"build:watch": "./build-assets.mjs --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metacpan/metacpan-web.git"
},
"author": "",
"bugs": {
"url": "https://github.com/metacpan/metacpan-web/issues"
},
"homepage": "https://github.com/metacpan/metacpanweb#readme",
"devDependencies": {
"@eslint/js": "^9.5.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"js-beautify": "^1.15.1",
"prettier": "3.4.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^3.4.1",
"brush-cpp": "^4.0.1",
"brush-diff": "^4.0.0",
"brush-javascript": "^4.0.0",
"brush-plain": "^4.0.1",
"brush-yaml": "^4.0.0",
"devbridge-autocomplete": "^1.4.11",
"esbuild": "^0.24.2",
"esbuild-plugin-less": "^1.3.14",
"jquery": "^3.7.1",
"less": "^4.2.1",
"minimist": "^1.2.8",
"mousetrap": "^1.6.5",
"qtip2": "^3.0.3",
"syntaxhighlighter": "^4.0.1",
"tablesorter": "^2.32.0"
}
}