-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.51 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.51 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "profarthur",
"version": "0.0.1",
"description": "ASR dataset correction tool",
"private": true,
"engines": {
"node": ">=20",
"pnpm": ">=7"
},
"scripts": {
"prepare": "husky install",
"ng": "ng",
"generate": "ng generate",
"build": "ng build --configuration development",
"build:prod": "ng build",
"build:docs": "ng build --base-href /angular-starter/ && mv dist docs",
"start": "ng serve",
"lint": "ng lint --fix",
"prettify": "prettier --write \"src/**/*.ts\"",
"format": "pnpm lint && pnpm prettify"
},
"dependencies": {
"@angular-devkit/build-angular": "^18.0.4",
"@angular-devkit/core": "^18.0.4",
"@angular-devkit/schematics": "^18.0.4",
"@angular-eslint/schematics": "^18.0.1",
"@angular/animations": "^18.0.3",
"@angular/cdk": "18.0.1",
"@angular/common": "^18.0.3",
"@angular/compiler": "^18.0.3",
"@angular/core": "^18.0.3",
"@angular/forms": "^18.0.3",
"@angular/material": "18.0.1",
"@angular/platform-browser": "^18.0.3",
"@angular/platform-browser-dynamic": "^18.0.3",
"@angular/router": "^18.0.3",
"@ctrl/ngx-codemirror": "^7.0.0",
"@stylistic/eslint-plugin": "^2.2.0",
"@typescript-eslint/utils": "8.0.0-alpha.26",
"angular-star-rating": "^7.0.0",
"bootstrap": "^5.3.3",
"codemirror": "^5.65.16",
"css-star-rating": "^1.3.1",
"lodash": "^4.17.21",
"ngx-autosize": "^2.0.4",
"ngx-i18nsupport": "^0.17.1",
"ngx-spinner": "^17.0.0",
"pug-html-loader": "^1.1.5",
"rxjs": "^7.8.1",
"wavesurfer.js": "^7.7.15",
"zone.js": "^0.14.7"
},
"devDependencies": {
"@angular-builders/custom-webpack": "18.0.0-beta.3",
"@angular-eslint/builder": "^18.0.1",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular/cli": "^18.0.4",
"@angular/compiler-cli": "^18.0.3",
"@angular/localize": "18.0.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.26",
"@typescript-eslint/parser": "8.0.0-alpha.26",
"eslint": "^9.5.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"raw-loader": "^4.0.2",
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"webpack": "^5.92.0"
}
}