-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 2.29 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
{
"name": "ngx-editor-js2-blocks",
"version": "0.0.9",
"scripts": {
"watch-demo": "ng serve demo",
"watch-ngx-editor-js2-blockquotes": "ng build ngx-editor-js2-blockquotes --watch --configuration development",
"watch-ngx-editor-js2-codemirror": "ng build ngx-editor-js2-codemirror --watch --configuration development",
"watch-ngx-editor-js2-image": "ng build ngx-editor-js2-image --watch --configuration development",
"watch-ngx-editor-js2-pop-quiz": "ng build ngx-editor-js2-pop-quiz --watch --configuration development",
"build-all-libraries": "npm run build-ngx-editor-js2-blockquotes && npm run build-ngx-editor-js2-image && npm run build-ngx-editor-js2-codemirror",
"build-demo": "ng build demo --configuration development --base-href \"/ngx-editor-js2-blocks/\"",
"build-ngx-editor-js2-blockquotes": "ng build ngx-editor-js2-blockquotes --configuration production",
"build-ngx-editor-js2-codemirror": "ng build ngx-editor-js2-codemirror --configuration production",
"build-ngx-editor-js2-image": "ng build ngx-editor-js2-image --configuration production",
"build-ngx-editor-js2-pop-quiz": "ng build ngx-editor-js2-pop-quiz --configuration production",
"deployDemo": "npx angular-cli-ghpages --dir=dist/demo/browser"
},
"private": false,
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.1.3",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^19.1.3",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@tmdjr/ngx-editor-js2": "^0.0.9",
"@angular-devkit/build-angular": "^19.1.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.0",
"@ctrl/ngx-codemirror": "^7.0.0",
"@types/codemirror": "5.60.13",
"@types/jasmine": "~5.1.0",
"codemirror": "5.65.9",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^19.1.0",
"typescript": "~5.6.2"
}
}