-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.3 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@cloudblueconnect/eaas-database-extension",
"version": "0.4.6",
"description": "On-demand provisioning of cloud-based database storages as a service.",
"author": "Ingram Micro",
"license": "Apache Software License 2.0",
"main": "./ui/app/app.js",
"engines": {
"node": "^20"
},
"scripts": {
"start": "node ./ui/infra/server.js",
"build": "production=true webpack --progress --config webpack.config.js",
"test": "jest --no-cache",
"lint": "eslint ./ui/app",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/parser": "^7.23.0",
"@babel/preset-env": "^7.23.2",
"@babel/traverse": "^7.23.2",
"@cypress/webpack-preprocessor": "^6.0.0",
"@vue/vue2-jest": "^29.2.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.33.1",
"css-loader": "^6.8.1",
"eslint": "8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-vue": "9.18.0",
"eslint-plugin-vue-pug": "0.6.0",
"eslint-webpack-plugin": "4.0.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "^2.0.0",
"js-yaml": "^4.1.0",
"mini-css-extract-plugin": "^2.7.6",
"node-polyfill-webpack-plugin": "^2.0.1",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"stylus": "^0.60.0",
"stylus-loader": "^7.1.3",
"svg-sprite-loader": "^6.0.11",
"vue-loader": "^15.11.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@cloudblueconnect/connect-ui-toolkit": "^26.1.0",
"@cloudblueconnect/material-svg": "^1.0.37",
"color-convert": "^2.0.1",
"javascript-rql": "^1.0.7",
"ramda": "^0.28.0",
"vue": "^2.7.14",
"vue-clipboard2": "^0.3.3",
"vuex": "^3.6.2"
}
}