-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.69 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
{
"private": true,
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"name": "rhtmlBuildUtils",
"version": "9.0.0",
"description": "build tools for Displayr rhtml widgets",
"main": "src/index.js",
"bin": {
"rhtml": "bin/rhtml.js"
},
"scripts": {
"lint": "eslint .",
"prepush": "node ./bin/prepush",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-env": "^7.14.7",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"ansi-colors": "^3.2.4",
"app-root-dir": "^1.0.2",
"babel-jest": "^29.7.0",
"bluebird": "^3.7.2",
"buffer": "^6.0.3",
"chokidar": "^4.0.3",
"connect": "^3.7.0",
"connect-livereload": "^0.6.1",
"crypto-browserify": "^3.12.0",
"deep-diff": "^1.0.2",
"esbuild": "~0.28.1",
"eslint": "^10.8.0",
"eslint-plugin-n": "^18.2.2",
"eslint-plugin-promise": "^7.3.0",
"events": "^3.3.0",
"fancy-log": "^1.3.3",
"fast-glob": "^3.3.3",
"fs-extra": "^9.1.0",
"globals": "^16.5.0",
"husky": "^0.13.4",
"jest": "^29.7.0",
"jest-image-snapshot": "^6.5.2",
"jquery": "^3.6.0",
"js-yaml": "^3.15.0",
"less": "^3.13.1",
"livereload": "^0.9.3",
"lodash": "^4.17.21",
"mustache": "^2.3.2",
"opn": "^5.5.0",
"path": "^0.12.7",
"picomatch": "^2.3.1",
"puppeteer": "^24.43.1",
"recursive-readdir": "^2.2.2",
"recursive-readdir-sync": "^1.0.6",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"shelljs": "^0.8.4",
"stream-browserify": "^3.0.0",
"yargs": "^15.4.1"
},
"overrides": {
"glob-parent": "^5.1.2",
"ini": "^1.3.8",
"minimist": "^1.2.8"
}
}