-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.25 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
{
"name": "cloudify-ui-common",
"version": "7.3.2",
"description": "Common Cloudify UI library",
"homepage": "https://github.com/cloudify-cosmo/cloudify-ui-common#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/cloudify-cosmo/cloudify-ui-common.git"
},
"license": "Apache-2.0",
"author": "Cloudify Platform Ltd. <cosmo-admin@cloudify.co>",
"scripts": {
"clean": "git clean -fXd -e \\!node_modules -e \\!node_modules/**/*",
"publish-version": "bash packages/scripts/create-version.sh"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-jest": "^26.5.2",
"browserslist": "^4.21.1",
"eslint": "^7.32.0",
"jest": "^29.0.2",
"prettier": "^2.6.2",
"typescript": "^5.1.6"
},
"engines": {
"node": "18.20.x"
},
"workspaces": [
"packages/backend",
"packages/configs",
"packages/cypress",
"packages/frontend",
"packages/scripts"
]
}