forked from bthharper/enterprise-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 4.64 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
{
"name": "ids-enterprise-ng-app",
"scripts": {
"ng-high-memory": "node --max_old_space_size=10000 ./node_modules/@angular/cli/bin/ng",
"ng": "npx ng",
"start": "npm run ng-high-memory -- serve",
"build": "npm run build:lib && npm run build:app",
"build:lib": "npm run build:typings && npm run build:library",
"build:library": "node --max_old_space_size=10000 ./node_modules/@angular/cli/bin/ng build ids-enterprise-ng --configuration production",
"build:typings": "node ./scripts/build-ids-enterprise-typings.js",
"build:app": "node --max_old_space_size=108000 ./node_modules/@angular/cli/bin/ng build",
"test:lib": "npx ng test ids-enterprise-ng --watch=false",
"test:app": "npx ng test --watch=false",
"test:e2e": "npx start-server-and-test start http-get://localhost:4200/ids-enterprise-ng-demo/ e2e:cy",
"pack:lib": "cd dist/ids-enterprise-ng && npm pack",
"package": "npm run build:lib && npm pack",
"test": "npx ng test ids-enterprise-ng --code-coverage --watch=false",
"test:watch": "npx ng test ids-enterprise-ng --code-coverage --watch=true",
"test:debug": "npx ng test ids-enterprise-ng --code-coverage --watch=true --browsers Chrome",
"lint": "npx ng lint && npm run mdlint",
"mdlint": "npm run mdlint:docs && npm run mdlint:src",
"mdlint:src": "npx markdownlint ./projects/ids-enterprise-ng/src/",
"mdlint:docs": "npx markdownlint docs/ && npx markdownlint README.md",
"e2e": "npx ng e2e",
"e2e:cy": "npx cypress run",
"e2e:cy-debug": "npx cypress open --browser chrome",
"update-enterprise": "node ./scripts/update-ids-enterprise.js",
"version-bump:dev": "node ./scripts/version-append-date",
"release:dev": "npm run update-enterprise && npm run version-bump:dev && node scripts/release-dev.js && npm run release:typings",
"release:alpha": "cd projects/ids-enterprise-ng && release-it minor --preRelease=alpha --no-github.release && cd ../../ && npm run release:typings",
"release:beta": "cd projects/ids-enterprise-ng && release-it minor --preRelease=beta --no-github.release && cd ../../ && npm run release:typings",
"release:rc": "cd projects/ids-enterprise-ng && release-it --preRelease=rc --no-github.release && cd ../../ && npm run release:typings",
"release:final": "cd projects/ids-enterprise-ng && release-it && cd ../../ && npm run release:typings",
"release:typings": "npm run sync:lib && npm run build:typings && cd projects/ids-enterprise-typings && npm publish",
"sync:lib": "node ./scripts/version-sync.js"
},
"private": true,
"type": "module",
"dependencies": {
"@angular/animations": "^14.0.5",
"@angular/common": "^14.0.5",
"@angular/compiler": "^14.0.5",
"@angular/core": "^14.0.5",
"@angular/forms": "^14.0.5",
"@angular/platform-browser": "^14.0.5",
"@angular/platform-browser-dynamic": "^14.0.5",
"@angular/router": "^14.0.5",
"d3": "5.16.0",
"fix": "^0.0.6",
"ids-enterprise": "4.65.1",
"jquery": "^3.6.0",
"lscache": "^1.3.0",
"rxjs": "~7.5.5",
"tslib": "^2.3.1",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.5",
"@angular-eslint/builder": "~13.2.1",
"@angular-eslint/eslint-plugin": "~13.2.1",
"@angular-eslint/eslint-plugin-template": "~13.2.1",
"@angular-eslint/template-parser": "~13.2.1",
"@angular/cli": "^14.0.5",
"@angular/compiler-cli": "^14.0.5",
"@angular/language-service": "^14.0.5",
"@types/d3": "5.7.2",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.10",
"@types/jquery": "3.5.14",
"@types/lscache": "^1.3.1",
"@types/node": "^17.0.40",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "5.27.0",
"codelyzer": "^6.0.2",
"cypress": "^9.5.1",
"cypress-pipe": "^2.0.0",
"del": "^6.1.1",
"eslint": "^8.17.0",
"fs-extra": "^10.1.0",
"htmlhint": "^1.1.4",
"inquirer": "^8.2.4",
"jasmine-core": "~4.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.20",
"karma-bamboo-reporter": "^0.1.2",
"karma-chrome-launcher": "~3.1.1",
"karma-cli": "~2.0.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"markdownlint-cli": "^0.31.1",
"merge-stream": "^2.0.0",
"ng-packagr": "^14.0.0",
"protractor": "~7.0.0",
"puppeteer": "^14.2.1",
"release-it": "^14.12.5",
"slash": "^4.0.0",
"start-server-and-test": "^1.14.0",
"ts-node": "~10.8.1",
"typescript": "~4.7.3",
"webdriver-manager": "^12.1.8",
"yargs": "^17.5.1"
}
}