-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.07 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) · 3.07 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "kongtrac.kr",
"version": "1.0.0",
"description": "",
"engines": {
"node": "12.11.1",
"npm": "6.11.3"
},
"scripts": {
"ng": "ng",
"start": "node server.js",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"heroku-postbuild": "ng build --prod --optimization=false"
},
"license": "MIT",
"homepage": "https://kongtrac.kr",
"dependencies": {
"@angular/animations": "~8.2.9",
"@angular/cdk": "~8.2.2",
"@angular/common": "~8.2.9",
"@angular/compiler": "~8.2.9",
"@angular/core": "~8.2.9",
"@angular/forms": "~8.2.9",
"@angular/material": "^8.2.2",
"@angular/platform-browser": "~8.2.9",
"@angular/platform-browser-dynamic": "~8.2.9",
"@angular/router": "^8.2.9",
"@angular/upgrade": "^8.2.9",
"@datorama/akita": "^4.10.7",
"@uirouter/angular": "^5.0.0",
"@uirouter/angular-hybrid": "^9.0.0",
"@uirouter/angularjs": "^1.0.23",
"@uirouter/core": "^6.0.1",
"algoliasearch": "^3.35.1",
"angular": "^1.7.8",
"angular-bootstrap-slider": "github:wescopeland/angular-bootstrap-slider#63489cb1bbd65f5933270fc8312e1fb40aa74286",
"angular-highcharts": "^8.0.3",
"angular-instantsearch": "^2.2.2",
"angular-ladda": "^0.3.1",
"angular-material-css-vars": "^0.1.5",
"angular-moment": "^0.10.3",
"angular-smart-table": "^2.1.4",
"angular-strap": "^2.3.3",
"angular-ui-bootstrap": "^0.13.4",
"angularfire": "^2.3.0",
"angularjs-datepicker": "^0.2.11",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.5",
"bootstrap-slider": "^10.6.2",
"compression": "^1.7.4",
"core-js": "^3.0.0",
"every-moment": "0.0.1",
"express": "^4.13.3",
"firebase": "^7.1.0",
"font-awesome": "^4.4.0",
"hammerjs": "^2.0.8",
"highcharts": "^7.2.0",
"highcharts-ng": "0.0.11",
"instantsearch.css": "^7.3.1",
"instantsearch.js": "^3.7.0",
"jquery": "^2.1.4",
"lodash": "^4.17.15",
"moment": "^2.29.4",
"moment-precise-range": "^0.1.1",
"outdated-browser-rework": "^2.9.0",
"rxjs": "~6.4.0",
"serve-static": "^1.10.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-builders/jest": "^8.2.0",
"@angular-devkit/build-angular": "~0.803.8",
"@angular/cli": "~8.3.8",
"@angular/compiler-cli": "~8.2.9",
"@angular/language-service": "~8.2.9",
"@datorama/akita-ngdevtools": "^3.0.2",
"@nrwl/cypress": "^8.5.2",
"@nrwl/workspace": "^8.6.0",
"@types/algoliasearch": "^3.34.3",
"@types/angular": "^1.6.56",
"@types/core-js": "^2.5.2",
"@types/jest": "^24.0.18",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.144",
"@types/node": "~8.9.4",
"cypress": "^3.4.1",
"cz-conventional-changelog": "^3.0.2",
"html-loader": "^0.5.5",
"jest": "^24.9.0",
"jest-preset-angular": "^7.1.1",
"prettier": "^1.18.2",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}