-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 2.38 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 2.38 KB
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": "ngx-copyleaks-visual-report-workspace",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"dev": "concurrently -k \"node node_modules/@angular/cli/bin/ng.js build ngx-copyleaks-visual-report --watch --configuration development\" \"node node_modules/@angular/cli/bin/ng.js serve sandbox --port 4300\"",
"serve:sandbox": "ng serve sandbox --port 4300",
"build:lib": "ng build ngx-copyleaks-visual-report",
"build:lib:prod": "ng build ngx-copyleaks-visual-report --configuration production",
"build:wc": "ng build ngx-copyleaks-visual-report && ng build wc-builder --configuration production && node -e \"const fs=require('fs');const d='dist/copyleaks-visual-report-wc/browser';fs.writeFileSync(d+'/copyleaks-visual-report.js',fs.readFileSync(d+'/polyfills.js')+fs.readFileSync(d+'/main.js'));fs.unlinkSync(d+'/polyfills.js');fs.unlinkSync(d+'/main.js');fs.copyFileSync('projects/wc-builder/package.dist.json',d+'/package.json');fs.copyFileSync('README.md',d+'/README.md');fs.copyFileSync('LICENSE',d+'/LICENSE');\"",
"build:wc:dev": "ng build ngx-copyleaks-visual-report --configuration development && ng build wc-builder --configuration development && node -e \"const fs=require('fs');const d='dist/copyleaks-visual-report-wc/browser';fs.writeFileSync(d+'/copyleaks-visual-report.js',fs.readFileSync(d+'/polyfills.js')+fs.readFileSync(d+'/main.js'));fs.unlinkSync(d+'/polyfills.js');fs.unlinkSync(d+'/main.js');fs.copyFileSync('projects/wc-builder/package.dist.json',d+'/package.json');fs.copyFileSync('README.md',d+'/README.md');fs.copyFileSync('LICENSE',d+'/LICENSE');\"",
"start": "ng serve",
"build": "ng build"
},
"private": true,
"dependencies": {
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/elements": "^19.2.20",
"@angular/forms": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/router": "^19.2.0",
"@copyleaks/ui": "file:lib/copyleaks-ui-0.0.2.tgz",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.22",
"@angular/cli": "^19.2.15",
"@angular/compiler-cli": "^19.2.0",
"@angular/localize": "19.2.20",
"concurrently": "^9.2.1",
"ng-packagr": "^19.2.0",
"typescript": "~5.7.2",
"wait-on": "^9.0.4"
}
}