-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "json-i18n-editor",
"version": "0.1.1",
"author": {
"name": "Boris Yakubchik",
"email": "yboris@yahoo.com"
},
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=production",
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "15.1.2",
"@angular/common": "15.1.2",
"@angular/compiler": "15.1.2",
"@angular/core": "15.1.2",
"@angular/forms": "15.1.2",
"@angular/platform-browser": "15.1.2",
"@angular/platform-browser-dynamic": "15.1.2",
"@angular/router": "15.1.2",
"ngx-virtual-scroller": "4.0.3",
"quill": "1.3.7",
"rxjs": "7.8.0",
"tslib": "2.5.0",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.3",
"@angular-eslint/builder": "15.2.0",
"@angular/cli": "15.1.3",
"@angular/compiler-cli": "15.1.2",
"@angular/language-service": "15.1.2",
"@types/node": "18.11.18",
"@types/quill": "2.0.10",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
}