-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.65 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "ng6-arcgis-4",
"version": "2.1.0",
"description": "NG6 API 4.x",
"repository": {
"type": "git",
"url": "https://github.com/anged/vm-ng.git"
},
"scripts": {
"lite": "lite-server",
"start": "concurrently \"webpack --mode development --watch --config webpack.dev.js\" \"tsc\" \"npm run lite\" ",
"build": "concurrently \"webpack --mode-production --config webpack.prod.js --progress\" \"tsc\""
},
"keywords": [
"angular-6",
"esri-api-4",
"webpack"
],
"dependencies": {
"@angular/animations": "^6.0.3",
"@angular/cdk": "6.2.0",
"@angular/cli": "^6.0.7",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/material": "6.2.0",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/platform-server": "^6.0.3",
"@angular/router": "^6.0.3",
"angular-draggable": "^1.0.1",
"angular-in-memory-web-api": "^0.5.1",
"baguettebox.js": "^1.11.0",
"core-js": "^2.4.1",
"countup.js-angular2": "^7.0.0",
"hammerjs": "^2.0.8",
"lodash-es": "^4.17.11",
"ngx-perfect-scrollbar": "^6.3.1",
"ngx-popper": "^5.1.7",
"node-sass": "^4.12.0",
"npm": "^6.11.3",
"popper.js": "^1.14.4",
"raven-js": "^3.27.0",
"remove": "^0.1.5",
"rxjs": "^6.2.0",
"save-dev": "^2.0.0",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.3",
"@types/arcgis-js-api": "^4.9.0",
"@types/chart.js": "^2.7.40",
"@types/core-js": "^0.9.43",
"@types/dojo": "^1.9.40",
"@types/jasmine": "^2.5.47",
"@types/lodash-es": "^4.17.1",
"@types/node": "^10.1.4",
"angular-router-loader": "^0.8.5",
"bootstrap-sass": "^3.4.0",
"chart.js": "^2.7.1",
"clean-webpack-plugin": "^0.1.19",
"concurrently": "^3.5.1",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"dojo-typings": "^1.11.9",
"dotenv": "^8.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"lite-server": "^2.5.3",
"mini-css-extract-plugin": "^0.4.0",
"normalize.css": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"reflect-metadata": "^0.1.10",
"resolve-url-loader": "^3.0.0",
"rimraf": "^2.6.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.13.2",
"ts-loader": "^4.3.0",
"typescript": "^2.9.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.3"
}
}