This repository was archived by the owner on Feb 10, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.25 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
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
79
80
81
82
83
84
85
86
87
88
{
"name": "libra",
"version": "1.0.0",
"description": "Light-weight and focused JavaScript image lightbox plugin.",
"keywords": [
"lightbox"
],
"homepage": "https://github.com/BigCoke233/libra#readme",
"bugs": {
"url": "https://github.com/BigCoke233/libra/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BigCoke233/libra.git"
},
"license": "MIT",
"author": "Eltrac",
"type": "module",
"source": "src/lightbox.js",
"module": "dist/libra.min.js",
"targets": {
"module": {
"optimize": true
}
},
"directories": {
"test": "test"
},
"scripts": {
"test": "parcel watch",
"build": "parcel build"
},
"dependencies": {
"ansi-styles": "^4.3.0",
"base-x": "^3.0.11",
"baseline-browser-mapping": "^2.8.3",
"braces": "^3.0.3",
"browserslist": "^4.26.0",
"caniuse-lite": "^1.0.30001741",
"chalk": "^4.1.2",
"chrome-trace-event": "^1.0.4",
"clone": "^2.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"commander": "^12.1.0",
"detect-libc": "^1.0.3",
"dotenv": "^16.6.1",
"dotenv-expand": "^11.0.7",
"electron-to-chromium": "^1.5.218",
"escalade": "^3.2.0",
"fill-range": "^7.1.1",
"get-port": "^4.2.0",
"globals": "^13.24.0",
"has-flag": "^4.0.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"json5": "^2.2.3",
"lightningcss": "^1.30.1",
"lightningcss-darwin-arm64": "^1.30.1",
"lmdb": "^2.8.5",
"micromatch": "^4.0.8",
"msgpackr": "^1.11.5",
"msgpackr-extract": "^3.0.3",
"node-addon-api": "^7.1.1",
"node-gyp-build-optional-packages": "^5.1.1",
"node-releases": "^2.0.21",
"nullthrows": "^1.1.1",
"ordered-binary": "^1.6.0",
"parcel": "^2.15.4",
"picocolors": "^1.1.1",
"picomatch": "^2.3.1",
"postcss-value-parser": "^4.2.0",
"react-refresh": "^0.16.0",
"regenerator-runtime": "^0.14.1",
"safe-buffer": "^5.2.1",
"semver": "^7.7.2",
"supports-color": "^7.2.0",
"term-size": "^2.2.1",
"to-regex-range": "^5.0.1",
"tslib": "^2.8.1",
"type-fest": "^0.20.2",
"update-browserslist-db": "^1.1.3",
"utility-types": "^3.11.0",
"weak-lru-cache": "^1.2.2"
},
"devDependencies": {}
}