-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"name": "angular-elements-example",
"version": "0.0.1",
"description": "a sample exmaple of angular elements (widget)",
"main": "index.js",
"repository": "https://github.com/OmarBERRABEH/angular-elements-example.git",
"author": "omar berrabeh <omberrabeh@sqli.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "webpack --watch"
},
"dependencies": {
"@angular/common": "6.0.0-rc.0",
"@angular/compiler": "6.0.0-rc.0",
"@angular/core": "6.0.0-rc.0",
"@angular/elements": "6.0.0-rc.0",
"@angular/platform-browser": "6.0.0-rc.0",
"@angular/platform-browser-dynamic": "6.0.0-rc.0",
"core-js": "2.5.3",
"mutation-observer": "1.0.3",
"rxjs": "6.0.0-beta.0",
"rxjs-compat": "6.0.0-beta.0",
"zone.js": "0.8.20"
},
"devDependencies": {
"@angular/cli": "1.7.3",
"@angular/compiler-cli": "6.0.0-rc.0",
"@ngtools/webpack": "6.0.0-beta.6",
"compression-webpack-plugin": "1.1.11",
"custom-elements": "1.0.2",
"http-server": "^0.11.1",
"typescript": "~2.7.2",
"webpack": "4.2.0",
"webpack-cli": "2.0.12"
}
}