-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.13 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
38
39
40
41
42
{
"name": "angular-build-test",
"version": "1.0.0",
"description": "",
"main": "src/main.ts",
"scripts": {
"test": "karma start karma.config.js",
"build": "webpack",
"build:prod": "webpack --env=prod",
"start": "webpack-dev-server"
},
"license": "MIT",
"dependencies": {
"@angular/common": "2.4.9",
"@angular/compiler": "2.4.9",
"@angular/core": "2.4.9",
"@angular/platform-browser": "2.4.9",
"@angular/platform-browser-dynamic": "2.4.9",
"rxjs": "5.2.0",
"zone.js": "0.7.7"
},
"devDependencies": {
"@types/jasmine": "2.5.43",
"@types/webpack": "2.2.7",
"awesome-typescript-loader": "3.0.8",
"html-webpack-plugin": "2.28.0",
"intl": "1.2.5",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-junit-reporter": "1.2.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-remap-istanbul": "0.6.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.2",
"remap-istanbul": "0.9.1",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1"
}
}