-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.99 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.99 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
{
"name": "vex",
"version": "15.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201 -o",
"build": "NODE_ENV=production node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"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",
"@material-design-icons/svg": "^0.14.3",
"@ngneat/until-destroy": "~9.2.3",
"@ngx-loading-bar/core": "^6.0.2",
"@ngx-loading-bar/router": "^6.0.2",
"angular-calendar": "~0.31.0",
"apexcharts": "~3.37.1",
"date-fns": "~2.29.3",
"highlight.js": "~11.7.0",
"luxon": "~3.2.1",
"ngx-quicklink": "~0.4.1",
"ngx-quill": "~20.0.1",
"ngx-showdown": "^6.0.0",
"quill": "~1.3.7",
"rxjs": "^7.4.0",
"showdown": "^1.9.1",
"simplebar": "~6.2.1",
"tailwindcss": "^3.2.7",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.1",
"@angular/cli": "^15.2.1",
"@angular/compiler-cli": "^15.2.1",
"@angular/language-service": "^15.2.1",
"@faker-js/faker": "^7.6.0",
"@types/jasmine": "^3.6.11",
"@types/jasminewd2": "^2.0.9",
"@types/luxon": "^3.2.0",
"@types/node": "^16.18.12",
"@types/showdown": "~1.9.4",
"autoprefixer": "^10.4.0",
"jasmine-core": "~3.10.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"postcss": "~8.4.14",
"postcss-scss": "~4.0.4",
"ts-node": "~8.3.0",
"typescript": "~4.8.4"
}
}