-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.21 KB
/
package.json
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
{
"name": "@oracle/oraclejet-tooling",
"version": "17.1.0",
"license": "UPL-1.0",
"description": "Programmatic API to build and serve Oracle JET web and mobile applications",
"keywords": [
"oraclejet"
],
"main": "oraclejet-tooling.js",
"files": [
"RELEASENOTES.md",
"README.md",
"SECURITY.md",
"LICENSE.txt",
"THIRDPARTYLICENSE.txt",
"hooks",
"lib"
],
"dependencies": {
"acorn": "8.8.0",
"acorn-jsx": "5.3.2",
"eslint-visitor-keys": "1.3.0",
"css-what": "~5.0.1",
"fs-extra": "~8.1.0",
"glob": "10.4.5",
"lodash.difference": "~4.5.0",
"lodash.escaperegexp": "~4.1.2",
"lodash.isfunction": "~3.0.9",
"lodash.remove": "~4.7.0",
"lodash.union": "~4.6.0",
"lodash.mergewith": "~4.6.2",
"requirejs": "~2.3.6",
"terser": "~5.19.2",
"gaze": "~1.1.2",
"express": "4.21.0",
"connect-livereload": "~0.6.0",
"tiny-lr": "2.0.0",
"serve-static": "1.16.2",
"serve-index": "~1.9.1",
"open": "6.4.0",
"svgo": "~2.7.0",
"archiver": "7.0.1",
"extract-zip": "~1.7.0",
"form-data": "~2.5.1",
"underscore": "~1.13.1"
},
"overrides": {
"glob": "10.4.5"
},
"engines": {
"node": ">=12.21.0"
}
}