-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.88 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": "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",
"build": "ng build",
"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"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.6",
"@angular/common": "^17.3.6",
"@angular/compiler": "^17.3.6",
"@angular/core": "^17.3.6",
"@angular/forms": "^17.3.6",
"@angular/platform-browser": "^17.3.6",
"@angular/platform-browser-dynamic": "^17.3.6",
"@angular/router": "^17.3.6",
"@ng-select/ng-select": "^12.0.0",
"@types/dom-speech-recognition": "^0.0.4",
"ace-builds": "^1.32.9",
"apexcharts": "^3.48.0",
"bootstrap-icons": "^1.11.1",
"flowbite": "^1.8.1",
"marked": "^12.0.2",
"moment": "^2.29.4",
"ng-apexcharts": "^1.10.0",
"ngx-markdown": "^17.2.1",
"ngx-pagination": "^6.0.3",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular/cli": "^17.3.6",
"@angular/compiler-cli": "^17.3.6",
"@angular/localize": "^17.3.6",
"@tailwindcss/forms": "^0.5.6",
"@types/jasmine": "~4.3.0",
"@types/node": "^20.12.5",
"autoprefixer": "^10.4.19",
"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.2.0"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}