|
1 | 1 | { |
2 | | - "name": "metacpan-web", |
3 | | - "version": "1.0.0", |
4 | | - "scripts": { |
5 | | - "build": "./build-assets.mjs", |
6 | | - "build:min": "./build-assets.mjs --minify", |
7 | | - "build:watch": "./build-assets.mjs --watch", |
8 | | - "test": "echo \"Error: no test specified\" && exit 1" |
9 | | - }, |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "git+https://github.com/metacpan/metacpan-web.git" |
13 | | - }, |
14 | | - "author": "", |
15 | | - "bugs": { |
16 | | - "url": "https://github.com/metacpan/metacpan-web/issues" |
17 | | - }, |
18 | | - "homepage": "https://github.com/metacpan/metacpanweb#readme", |
19 | | - "devDependencies": { |
20 | | - "@eslint/js": "^9.38.0", |
21 | | - "@playwright/test": "^1.56.1", |
22 | | - "@stylistic/eslint-plugin": "^2.9.0", |
23 | | - "eslint": "^9.38.0", |
24 | | - "globals": "^16.4.0", |
25 | | - "js-beautify": "^1.15.4", |
26 | | - "prettier": "3.6.2" |
27 | | - }, |
28 | | - "dependencies": { |
29 | | - "@fortawesome/fontawesome-free": "^6.7.2", |
30 | | - "bootstrap": "^3.4.1", |
31 | | - "brush-cpp": "^4.0.1", |
32 | | - "brush-diff": "^4.0.0", |
33 | | - "brush-javascript": "^4.0.0", |
34 | | - "brush-plain": "^4.0.1", |
35 | | - "brush-yaml": "^4.0.0", |
36 | | - "devbridge-autocomplete": "^1.5.0", |
37 | | - "esbuild": "^0.25.11", |
38 | | - "esbuild-plugin-less": "^1.3.28", |
39 | | - "jquery": "^3.7.1", |
40 | | - "less": "^4.4.2", |
41 | | - "minimist": "^1.2.8", |
42 | | - "mousetrap": "^1.6.5", |
43 | | - "qtip2": "^3.0.3", |
44 | | - "syntaxhighlighter": "^4.0.1", |
45 | | - "tablesorter": "^2.32.0" |
46 | | - } |
| 2 | + "name": "metacpan-web", |
| 3 | + "version": "1.0.0", |
| 4 | + "scripts": { |
| 5 | + "build": "./build-assets.mjs", |
| 6 | + "build:min": "./build-assets.mjs --minify", |
| 7 | + "build:watch": "./build-assets.mjs --watch", |
| 8 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/metacpan/metacpan-web.git" |
| 13 | + }, |
| 14 | + "author": "", |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/metacpan/metacpan-web/issues" |
| 17 | + }, |
| 18 | + "homepage": "https://github.com/metacpan/metacpanweb#readme", |
| 19 | + "devDependencies": { |
| 20 | + "@eslint/js": "^9.38.0", |
| 21 | + "@playwright/test": "^1.56.1", |
| 22 | + "@stylistic/eslint-plugin": "^2.9.0", |
| 23 | + "eslint": "^9.38.0", |
| 24 | + "globals": "^16.4.0", |
| 25 | + "js-beautify": "^1.15.4", |
| 26 | + "prettier": "3.6.2" |
| 27 | + }, |
| 28 | + "dependencies": { |
| 29 | + "@fortawesome/fontawesome-free": "^6.7.2", |
| 30 | + "bootstrap": "^3.4.1", |
| 31 | + "brush-cpp": "^4.0.1", |
| 32 | + "brush-diff": "^4.0.0", |
| 33 | + "brush-javascript": "^4.0.0", |
| 34 | + "brush-plain": "^4.0.1", |
| 35 | + "brush-yaml": "^4.0.0", |
| 36 | + "devbridge-autocomplete": "^1.5.0", |
| 37 | + "esbuild": "^0.25.11", |
| 38 | + "esbuild-plugin-less": "^1.3.28", |
| 39 | + "jquery": "^3.7.1", |
| 40 | + "less": "^4.4.2", |
| 41 | + "minimist": "^1.2.8", |
| 42 | + "mousetrap": "^1.6.5", |
| 43 | + "qtip2": "^3.0.3", |
| 44 | + "syntaxhighlighter": "^4.0.1", |
| 45 | + "tablesorter": "^2.32.0" |
| 46 | + } |
47 | 47 | } |
0 commit comments