-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (34 loc) · 891 Bytes
/
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
{
"name": "ng-dynamic-load-multi-level-dropdown-menu",
"version": "1.1.0",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"license": "ISC",
"dependencies": {
"@angular/common": "7.2.1",
"@angular/compiler": "7.2.1",
"@angular/core": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/http": "7.2.1",
"@angular/platform-browser": "7.2.1",
"@angular/platform-browser-dynamic": "7.2.1",
"@angular/router": "7.2.1",
"core-js": "2.6.1",
"rxjs": "6.3.3",
"rxjs-compat": "6.2.1",
"rxjs-system-bundle": "6.0.0",
"smartmenus": "1.1.0",
"systemjs": "0.21.4",
"typescript": "3.1.1",
"zone.js": "0.8.29"
},
"devDependencies": {
"concurrently": "3.2.0",
"lite-server": "2.2.2",
"@types/node": "10.9.4"
}
}