-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
65 lines (65 loc) · 2.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
{
"name": "document-editor-angular-workspace",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "ng run document-editor-angular-workspace:storybook",
"build-storybook": "ng run document-editor-angular-workspace:build-storybook"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.3",
"@angular/common": "^19.2.3",
"@angular/compiler": "^19.2.3",
"@angular/core": "^19.2.3",
"@angular/forms": "^19.2.3",
"@angular/platform-browser": "^19.2.3",
"@angular/platform-browser-dynamic": "^19.2.3",
"@angular/router": "^19.2.3",
"@ng-select/ng-select": "^14.2.4",
"@onlyoffice/document-editor-angular": "file:dist/onlyoffice/document-editor-angular",
"@types/node": "^22.13.12",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.4",
"@angular/cli": "~19.2.4",
"@angular/compiler-cli": "^19.2.3",
"@babel/core": "^7.26.10",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@compodoc/compodoc": "^1.1.26",
"@storybook/addon-actions": "^8.6.8",
"@storybook/addon-docs": "^8.6.8",
"@storybook/addon-essentials": "^8.6.8",
"@storybook/addon-interactions": "^8.6.8",
"@storybook/addon-links": "^8.6.8",
"@storybook/angular": "^8.6.8",
"@storybook/testing-library": "^0.2.2",
"@types/jasmine": "~5.1.7",
"@types/lodash": "^4.17.16",
"babel-loader": "^10.0.0",
"jasmine-core": "~5.6.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lefthook": "^1.11.5",
"ng-packagr": "^19.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.6.8",
"typescript": "~5.8.2"
},
"overrides": {
"esbuild": "0.25.1"
}
}