-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.71 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
{
"name": "@zextras/carbonio-ui-sdk",
"version": "0.0.0-semantically-released",
"description": "Zextras Carbonio Web SDK",
"main": "scripts/index.js",
"bin": {
"sdk": "scripts/index.js"
},
"scripts": {
"deploy": "npm pack && rm -rf $PKG_PATH/node_modules/@zextras/carbonio-ui-sdk/* && tar -xf zextras-carbonio-ui-sdk-$npm_package_version.tgz -C $PKG_PATH/node_modules/@zextras/carbonio-ui-sdk/ --strip-components 1",
"packTo": "npm pack --pack-destination $PKG_PATH && cd $PKG_PATH && npm i zextras-carbonio-ui-sdk-$npm_package_version.tgz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zextras/carbonio-ui-sdk.git"
},
"engines": {
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0",
"npm": "v10"
},
"keywords": [
"Zextras",
"Carbonio",
"SDK"
],
"author": "",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/Zextras/carbonio-ui-sdk#readme",
"files": [
"scripts"
],
"dependencies": {
"babel-loader": "^9.1.0",
"chalk": "^4.1.2",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.6.0",
"less-loader": "^12.1.0",
"mini-css-extract-plugin": "^2.7.7",
"node-http-proxy-json": "^0.1.9",
"path-browserify": "^1.0.1",
"postcss-loader": "^8.0.0",
"react-hot-loader": "^4.13.1",
"semver": "^7.5.4",
"webpack": "^5.84.0",
"webpack-bundle-analyzer": "^4.10.0",
"webpack-dev-server": "^4.15.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "^8.0.0",
"semantic-release": "^24.0.0",
"standard-version": "^9.5.0"
}
}