-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "ng-boilerplate",
"version": "1.0.0",
"description": "A minimal boilerplate for angular",
"main": "index.js",
"repository": {
"url": "https://github.com/nishant-jain-94/ng-boilerplate"
},
"author": "Nishant Jain",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"build": "webpack",
"lint": "./node_modules/.bin/tslint -p ."
},
"license": "MIT",
"dependencies": {
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/http": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@types/node": "^9.4.7",
"core-js": "^2.5.3",
"rxjs": "^5.5.7",
"zone.js": "^0.8.20"
},
"devDependencies": {
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^4.0.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.0.6",
"raw-loader": "^0.5.1",
"style-loader": "^0.20.3",
"to-string-loader": "^1.1.5",
"ts-loader": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1"
}
}