-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.13 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": "prosemirror-rtea",
"!!!Monorepo-Package!!!": "Not For Distribution!",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve demo",
"build": "ng build prosemirror-rtea && ng build angular-rtea && ng build starter-pack && ng build demo",
"build:art": "ng build angular-rtea --watch",
"build:rt": "ng build prosemirror-rtea --watch",
"watch": "ng build --watch --configuration development",
"test": "jest --no-cache",
"lint": "ng lint && sonarlint --src 'projects/**' --tests 'projects/**/*.spec.ts'"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.12",
"@angular-eslint/builder": "^16.3.1",
"@angular-eslint/eslint-plugin": "^16.3.1",
"@angular-eslint/eslint-plugin-template": "^16.3.1",
"@angular-eslint/schematics": "^16.3.1",
"@angular-eslint/template-parser": "^16.3.1",
"@angular/cli": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"jest": "^29.6.4",
"jest-preset-angular": "^13.1.1",
"ng-packagr": "^16.2.3",
"prosemirror-commands": "^1.0.0",
"prosemirror-dropcursor": "^1.0.0",
"prosemirror-gapcursor": "^1.0.0",
"prosemirror-history": "^1.0.0",
"prosemirror-inputrules": "^1.0.0",
"prosemirror-keymap": "^1.0.0",
"prosemirror-menu": "^1.0.0",
"prosemirror-schema-basic": "^1.0.0",
"prosemirror-schema-list": "^1.0.0",
"prosemirror-state": "^1.0.0",
"rxjs": "^7.8.0",
"sonarlint": "^1.1.0",
"ts-node": "10.9.1",
"ts-jest-resolver": "^2.0.1",
"tslib": "^2.3.0",
"typescript": "^4.0.0"
},
"optionalDependencies": {
"@angular/animations": "^16",
"@angular/cdk": "^16",
"@angular/material": "^16"
}
}