-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "manageiq-providers-nsxt",
"version": "1.0.0",
"description": "ManageIQ Cloud Management Platform",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ManageIQ/manageiq.git"
},
"author": "ManageIQ",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ManageIQ/manageiq/issues"
},
"homepage": "https://github.com/ManageIQ/manageiq#readme",
"dependencies": {
"final-form": "^4.18.6",
"prop-types": "^15.6.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-final-form": "^6.3.3",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4"
},
"engines": {
"node": ">= 18.0.0",
"npm": ">= 8.6.0"
},
"packageManager": "[email protected]",
"resolutions": {
"es-abstract": "~1.21.3"
}
}