-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.89 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.89 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
{
"name": "vcl-frontend",
"version": "0.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:dl": "ng serve --configuration=development-local",
"start:prod": "ng serve --configuration=production",
"build:prod": "ng build --configuration=production --base-href '/vcl/' --output-path='dist/vcl'",
"build:dl": "ng build --configuration=development-local",
"build:prod:editor": "ng build --configuration=production-editor --base-href '/editor/' --output-path='dist/editor'",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.1",
"@angular/cdk": "^15.2.1",
"@angular/common": "^15.2.1",
"@angular/compiler": "^15.2.1",
"@angular/core": "^15.2.1",
"@angular/forms": "^15.2.1",
"@angular/material": "^15.2.1",
"@angular/platform-browser": "^15.2.1",
"@angular/platform-browser-dynamic": "^15.2.1",
"@angular/router": "^15.2.1",
"autoprefixer": "10.4.13",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"codemirror": "^5.65.12",
"dexie": "^3.2.3",
"qrcode-svg": "^1.1.0",
"rxjs": "~7.8.0",
"showdown": "^2.1.0",
"tslib": "^2.5.0",
"uuid": "^9.0.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.1",
"@angular/cli": "^15.2.1",
"@angular/compiler-cli": "^15.2.1",
"@types/codemirror": "^5.60.7",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.14.6",
"@types/qrcode-svg": "^1.1.1",
"@types/showdown": "^2.0.0",
"@types/uuid": "^9.0.1",
"jasmine-core": "~4.5.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.9.5"
},
"browser": {
"fs": false
}
}