forked from vsavkin/custom-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 827 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 827 Bytes
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
{
"name": "CustomPlatform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack -p"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "2.4.0",
"@angular/compiler": "2.4.0",
"@angular/core": "2.4.0",
"@angular/platform-browser": "2.4.0",
"core-js": "^2.4.1",
"rxjs": "5.0.0-rc.1",
"ts-loader": "^1.3.3",
"zone.js": "^0.6.26"
},
"devDependencies": {
"clang-format": "^1.0.32",
"typescript": "2.0.7",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.10",
"@angular/platform-browser-dynamic": "2.4.0",
"@angular/platform-server": "2.4.0",
"@angular/compiler-cli": "2.4.0"
}
}