-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.87 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
{
"private": true,
"engines": {
"node": ">=18"
},
"name": "rhtmlBuildUtils",
"version": "8.0.0",
"description": "build tools for Displayr rhtml widgets",
"main": "src/index.js",
"scripts": {
"prepush": "node ./bin/prepush",
"test": "mocha src/**/*.test.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-env": "^7.14.7",
"ansi-colors": "^3.2.4",
"app-root-dir": "^1.0.2",
"babel-jest": "^25.5.1",
"bluebird": "^3.7.2",
"connect": "^3.7.0",
"connect-livereload": "^0.6.1",
"crypto-browserify": "^3.12.0",
"deep-diff": "^1.0.2",
"esbuild": "~0.28.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^4.1.0",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-exit": "^0.0.2",
"gulp-if": "^2.0.2",
"gulp-less": "^4.0.1",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^1.6.0",
"gulp-rename": "^1.4.0",
"husky": "^0.13.4",
"jest": "^26.6.3",
"jest-image-snapshot": "^4.5.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"mustache": "^2.3.2",
"opn": "^5.5.0",
"path": "^0.12.7",
"puppeteer": "^3.3.0",
"recursive-readdir": "^2.2.2",
"recursive-readdir-sync": "^1.0.6",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"shelljs": "^0.7.7",
"stream": "0.0.2",
"vinyl": "^2.2.1",
"yargs": "^15.4.1"
},
"overrides": {
"glob-parent": "^5.1.2",
"ini": "^1.3.8",
"minimist": "^1.2.8",
"y18n": "^4.0.3",
"yargs-parser": "^18.1.3"
}
}