forked from cloudblue/connect-extension-xvs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.24 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.24 KB
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
74
{
"name": "connect-extension-xvs",
"version": "0.1.0",
"description": "This extension is responsoible for publishing Cloudblue Connect data to CB Commerce",
"main": "index.js",
"directories": {
"test": "ui/tests"
},
"engines": {
"node": "^20"
},
"scripts": {
"build": "NODE_ENV=development webpack",
"watch": "NODE_ENV=development webpack watch",
"lint": "eslint ui/src --ext .js --ext .vue",
"lint:fix": "npm run lint -- --fix",
"test": "NODE_ENV=test jest --no-cache --passWithNoTests"
},
"author": "Ingram Micro",
"license": "Apache Software License 2.0",
"dependencies": {
"@cloudblueconnect/connect-ui-toolkit": "^26",
"@cloudblueconnect/material-svg": "^1.0.37",
"color-convert": "^2.0.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"filesize": "^10.1.0",
"hash-sum": "^2.0.0",
"marked": "^9.1.2",
"moment-timezone": "^0.5.43",
"portal-vue": "^2.1.7",
"ramda": "^0.29.0",
"remove-markdown": "^0.5.0",
"vue": "^2.7.14",
"vue-clipboard2": "^0.3.3",
"vue2-dropzone": "^3.6.0",
"vue-input-facade": "^2.1.3",
"vue-router": "^3.6.5",
"vuex": "^3.6.2",
"xss": "^1.0.14"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"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.18.0",
"eslint-plugin-vue-pug": "0.6.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.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",
"postcss-loader": "^7.3.3",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"style-loader": "^3.3.3",
"stylus-loader": "^7.1.3",
"svg-sprite-loader": "^6.0.11",
"vue-eslint-parser": "^9.3.2",
"vue-loader": "^15.11.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}