-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 2.07 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
{
"name": "extension-xv-datalake",
"version": "0.1.0",
"description": "This extension is responsible for publishing Cloudblue Connect data to Xvantage Datalake.",
"main": "index.js",
"directories": {
"test": "ui/tests"
},
"engines": {
"node": "^20"
},
"scripts": {
"build": "webpack",
"watch": "webpack watch",
"lint": "eslint ui/src --ext .js --ext .vue",
"lint:fix": "npm run lint -- --fix",
"test": "NODE_ENV=test jest --no-cache"
},
"author": "Ingram Micro - Rahul Mondal ",
"license": "Apache Software License 2.0",
"dependencies": {
"@cloudblueconnect/connect-ui-toolkit": "^28",
"@cloudblueconnect/material-svg": "^1.0.37",
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-mono": "^5.0.15",
"color-convert": "^2.0.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"fuse.js": "^6.6.2",
"normalize.css": "^8.0.1",
"ramda": "^0.29.1",
"vue": "^3.3.6"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^11.0.0",
"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.17.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"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",
"mini-css-extract-plugin": "^2.7.6",
"style-loader": "^3.3.3",
"stylus": "^0.60.0",
"stylus-loader": "^7.1.3",
"svg-sprite-loader": "^6.0.11",
"vue-loader": "^16.8.3",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.15",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}