-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "lonepeak-front",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.8",
"@angular/cdk": "^13.3.7",
"@angular/common": "~13.3.8",
"@angular/compiler": "~13.3.8",
"@angular/core": "~13.3.8",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "~13.3.8",
"@angular/material": "^13.3.7",
"@angular/platform-browser": "~13.3.8",
"@angular/platform-browser-dynamic": "~13.3.8",
"@angular/router": "~13.3.8",
"@angular/service-worker": "~13.3.8",
"@ctrl/ngx-emoji-mart": "^6.2.0",
"@ngneat/until-destroy": "^9.2.0",
"@ngxs/store": "^3.7.3",
"d3": "^7.4.4",
"moment": "^2.29.3",
"ngx-mask": "^13.1.13",
"ngx-quill": "^16.2.1",
"rxjs": "~7.5.5",
"svg-pan-zoom": "^3.6.1",
"tslib": "^2.4.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.5",
"@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.3.8",
"@ngxs/devtools-plugin": "^3.7.3",
"@types/d3": "^7.1.0",
"@types/jasmine": "~4.0.3",
"@types/node": "^17.0.33",
"@types/quill": "^2.0.9",
"autoprefixer": "^10.4.7",
"jasmine-core": "~4.1.1",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "~1.7.0",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "~4.6.4"
}
}