-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"name": "esri-javascript-v3-angular4-material-design",
"version": "1.0.0",
"description": "Startup Application for ArcGIS API for JavaScript with Angular 4 and material design",
"main": "src/index.html",
"scripts": {
"build": "tsc -p src/",
"build:watch": "tsc -p src/ -w",
"serve": "lite-server -c=bs-config.json",
"prestart": "npm run build",
"start": "concurrently \"npm run build:watch\" \"npm run serve\"",
"lint": "tslint ./src/**/*.ts -t verbose"
},
"keywords": [
"Esri",
"JavaScript",
"Angular2",
"Angular4"
],
"author": "Sherif Gaballah",
"license": "MIT",
"dependencies": {
"@angular/animations": "^8.1.1",
"@angular/cdk": "^8.0.2",
"@angular/common": "^8.1.1",
"@angular/compiler": "^8.1.1",
"@angular/core": "^8.1.1",
"@angular/forms": "^8.1.1",
"@angular/http": "^7.2.15",
"@angular/material": "^8.0.2",
"@angular/platform-browser": "^8.1.1",
"@angular/platform-browser-dynamic": "^8.1.1",
"@angular/router": "^8.1.1",
"@material/list": "^3.0.0",
"@types/arcgis-js-api": "3.29",
"core-js": "^2.5.7",
"esri-system-js": "~1.0.0-beta.0",
"hammerjs": "^2.0.8",
"rxjs": "^6.5.2",
"systemjs": "^0.20.13",
"systemjs-plugin-dojo": "^1.0.0",
"zone.js": "^0.9.1"
},
"devDependencies": {
"concurrently": "^4.1.1",
"lite-server": "^2.5.3",
"typescript": "~3.5.3",
"canonical-path": "1.0.0",
"tslint": "^5.18.0",
"rimraf": "^2.6.3",
"@types/node": "^12.6.2"
}
}