forked from MarcelRaschke/metacpan-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.49 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.49 KB
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
{
"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": "npx playwright test"
},
"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": "^10.0.1",
"@playwright/test": "^1.59.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.2.1",
"globals": "^17.5.0",
"js-beautify": "^1.15.4",
"prettier": "3.8.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3",
"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.5.0",
"esbuild": "^0.28.0",
"esbuild-sass-plugin": "^3.7.0",
"jquery": "^3.7.1",
"minimist": "^1.2.8",
"mousetrap": "^1.6.5",
"perl-ads": "^1.0.2",
"sass": "^1.99.0",
"qtip2": "^3.0.3",
"sprintf-js": "^1.1.3",
"syntaxhighlighter": "^4.0.1",
"tablesorter": "^2.32.0"
}
}