-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.43 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": "api2pp-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start-": "ng serve",
"start": "ng serve api2app-frontend --configuration=ru",
"start-miniapp": "ng serve miniapp --configuration=ru",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:localize": "ng build --localize",
"extract-i18n": "ng extract-i18n --format=json --output-path src/locale",
"build": "ng build api2app-frontend --configuration=production",
"build:mini-app": "ng build miniapp --configuration=production"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.14",
"@angular/common": "^18.2.14",
"@angular/compiler": "^18.2.14",
"@angular/core": "^18.2.14",
"@angular/forms": "^18.2.14",
"@angular/platform-browser": "^18.2.14",
"@angular/platform-browser-dynamic": "^18.2.14",
"@angular/router": "^18.2.14",
"@ng-select/ng-select": "^13.9.1",
"@types/dom-speech-recognition": "^0.0.4",
"@types/dompurify": "^3.0.5",
"ace-builds": "^1.32.9",
"apexcharts": "^3.53.0",
"bootstrap-icons": "^1.11.1",
"dompurify": "^3.3.1",
"dragula": "^3.7.2",
"flowbite": "^1.8.1",
"marked": "^12.0.2",
"moment": "^2.29.4",
"ng-apexcharts": "1.12.0",
"ng2-dragula": "^6.0.0",
"ngx-image-cropper": "^9.0.0",
"ngx-markdown": "^18.1.0",
"ngx-pagination": "^6.0.3",
"ngx-sse-client": "^18.0.0",
"ngx-tippy-wrapper": "^6.3.0",
"photoswipe": "^5.4.4",
"photoswipe-deep-zoom-plugin": "^1.1.2",
"photoswipe-video-plugin": "^1.0.2",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"wavesurfer.js": "^7.12.1",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.14",
"@angular/cli": "^18.2.14",
"@angular/compiler-cli": "^18.2.14",
"@angular/localize": "^18.2.14",
"@tailwindcss/forms": "^0.5.6",
"@types/dragula": "^2.1.34",
"@types/jasmine": "~4.3.0",
"@types/node": "^20.12.5",
"autoprefixer": "^10.4.19",
"baseline-browser-mapping": "^2.8.32",
"jasmine-core": "~4.6.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}