-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
37 lines (37 loc) · 910 Bytes
/
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
{
"name": "@oracle/oraclejet",
"version": "17.1.0",
"license": "UPL-1.0",
"description": "Oracle JavaScript Extension Toolkit (JET) empowers developers by providing a modular open source toolkit based on modern JavaScript, CSS3 and HTML5 design and development principles.",
"keywords": [
"oraclejet"
],
"dependencies": {
"@oracle/oraclejet-preact": "17.1.0",
"hammerjs": "2.0.8",
"jquery": "3.6.4",
"jquery-ui": "1.13.2",
"signals": "1.0.0",
"knockout": "3.5.1",
"requirejs": "2.3.7",
"requirejs-text": "2.0.16",
"preact": "10.22.0",
"proj4": "2.9.2",
"require-css": "0.1.10",
"@types/signals": "1.0.2",
"@types/geojson": "7946.0.11"
},
"files": [
"dist",
"CONTRIBUTING.md",
"THIRDPARTYLICENSE.txt",
"SECURITY.md"
],
"typesVersions": {
"*": {
"*": [
"./dist/types/*/index.d.ts"
]
}
}
}