-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 2 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
{
"name": "cps-shared-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=production --project=cps-ui-kit",
"build:documentation": "ng build --configuration=production --project=composition --base-href '/cps-shared-ui/'",
"watch": "ng build cps-ui-kit --watch --configuration development",
"test": "ng test",
"lint": "eslint \"**/*.ts\"",
"generate-json-api": "node ./api-generator/api-generator.js",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.3",
"@angular/common": "^18.1.3",
"@angular/compiler": "^18.1.3",
"@angular/core": "^18.1.3",
"@angular/forms": "^18.1.3",
"@angular/platform-browser": "^18.1.3",
"@angular/platform-browser-dynamic": "^18.1.3",
"@angular/platform-server": "^18.1.3",
"@angular/router": "^18.1.3",
"@types/lodash-es": "^4.17.12",
"eslint-plugin-cypress": "^3.5.0",
"lodash-es": "^4.17.21",
"primeng": "^17.18.11",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"xlsx": "^0.18.5",
"zone.js": "^0.14.8"
},
"devDependencies": {
"@angular-builders/jest": "^18.0.0",
"@angular-devkit/build-angular": "^18.1.3",
"@angular/cli": "~18.1.3",
"@angular/compiler-cli": "^18.1.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"browser-sync": "^3.0.2",
"cypress": "^13.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.7.0",
"ng-packagr": "^18.1.0",
"prettier": "^3.3.3",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
}
}