-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
107 lines (107 loc) · 4.08 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "cumulocity-community-plugins",
"version": "3.4.1",
"description": "This is a set of plugins developed and maintained by the community.",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "rimraf dist && ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"commit": "commit",
"cypress:ci:plugins": "start-server-and-test http-server http://localhost:4200/apps/sag-pkg-community-plugins/index.html 'cypress run --env grepTags=@noShell'",
"cypress:headless:shell:recording": "start-test --expect 404 cypress:ctrl:recording :4200/c8yctrl/current 'cypress run --env C8Y_CTRL_MODE=recording,grepTags=@shell'",
"cypress:headless:shell:mocking": "start-test --expect 404 cypress:ctrl :4200/c8yctrl/current 'cypress run --env C8Y_CTRL_MODE=mocking,grepTags=@shell'",
"cypress:open": "cypress open",
"deploy": "c8ycli deploy",
"http-server": "http-server -p 4200 ./dist",
"lint": "eslint . --ext .ts,.tsx --config .eslintrc.json --no-cache",
"lint:staged": "lint-staged",
"prepare": "husky install",
"cypress:ctrl": "npx c8yctrl --config c8yctrl.config.ts --baseUrl https://ccw.latest.stage.c8y.io --port 4200 --staticRoot ./dist --folder ./cypress/rec",
"cypress:ctrl:recording": "npx c8yctrl --config c8yctrl.config.ts --baseUrl https://ccw.latest.stage.c8y.io --port 4200 --staticRoot ./dist --folder ./cypress/rec --recording"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoftwareAG/cumulocity-community-plugins.git"
},
"keywords": [
"widgets",
"community"
],
"author": "Cumulocity GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SoftwareAG/cumulocity-community-plugins/issues"
},
"homepage": "https://github.com/SoftwareAG/cumulocity-community-plugins#readme",
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^17.0.0",
"@angular-eslint/eslint-plugin-template": "^17.0.0",
"@angular-eslint/template-parser": "^17.0.0",
"@angular/animations": "^17.3.9",
"@angular/cdk": "^17.3.9",
"@angular/common": "^17.3.9",
"@angular/compiler": "^17.3.9",
"@angular/core": "^17.3.9",
"@angular/forms": "^17.3.9",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@angular/router": "^17.3.9",
"@angular/upgrade": "^17.3.9",
"@anthropic-ai/sdk": "^0.27.3",
"@c8y/bootstrap": "1020.26.2",
"@c8y/client": "1020.26.2",
"@c8y/ngx-components": "1020.26.2",
"@c8y/style": "1020.26.2",
"echarts": "5.5.1",
"ngx-bootstrap": "12.0.0",
"ngx-echarts": "17.2.0",
"rxjs": "^7.4.0",
"tslib": "^2.6.0",
"zone.js": "~0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular/cli": "^17.3.7",
"@angular/compiler-cli": "^17.3.9",
"@c8y/devkit": "1020.26.2",
"@c8y/options": "1020.26.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-angular": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/prompt-cli": "^19.3.1",
"@cypress/grep": "^4.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.12",
"@types/lodash-es": "4.17.12",
"@types/morgan": "^1.9.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"cumulocity-cypress": "0.5.2",
"cumulocity-cypress-ctrl": "^0.3.3",
"cypress": "^13.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "3.3.0",
"eslint-plugin-mocha": "10.4.3",
"eslint-plugin-prettier": "^5.1.3",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-fail-on-console": "^3.3.0",
"jest-preset-angular": "^14.1.1",
"lint-staged": "^15.2.7",
"lodash-es": "^4.0.0",
"morgan": "^1.10.0",
"prettier": "^3.3.2",
"rimraf": "^4.1.2",
"semantic-release": "^24.0.0",
"start-server-and-test": "^2.0.4",
"typescript": "5.3.2",
"ts-node": "^10.9.2"
}
}