forked from ultimatecourses/angular-fundamentals-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.36 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
45
46
{
"name": "angular-fundamentals-seed",
"version": "0.1.0",
"description": "Ultimate Angular: Angular Fundamentals Seed",
"repository": {
"url": "git@github.com:UltimateAngular/angular-fundamentals-seed.git",
"type": "git"
},
"license": "MIT",
"author": "Ultimate Angular",
"dependencies": {
"@angular/common": "4.0.0-beta.1",
"@angular/compiler": "4.0.0-beta.1",
"@angular/core": "4.0.0-beta.1",
"@angular/forms": "4.0.0-beta.1",
"@angular/http": "4.0.0-beta.1",
"@angular/platform-browser": "4.0.0-beta.1",
"@angular/platform-browser-dynamic": "4.0.0-beta.1",
"@angular/router": "4.0.0-beta.1",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.1",
"ts-helpers": "1.1.2",
"zone.js": "0.7.4"
},
"scripts": {
"prestart": "webpack --config vendor/webpack.config.js",
"start": "webpack-dev-server"
},
"devDependencies": {
"@types/core-js": "0.9.34",
"@types/node": "6.0.46",
"angular2-template-loader": "0.6.0",
"awesome-typescript-loader": "3.0.0-beta.17",
"chalk": "1.1.3",
"core-js": "2.4.1",
"json-server": "0.9.4",
"node-sass": "^4.9.0",
"progress-bar-webpack-plugin": "1.9.0",
"raw-loader": "0.5.1",
"resolve-url-loader": "1.6.0",
"sass-loader": "^7.0.3",
"typescript": "2.1.4",
"webpack": "2.2.0-rc.3",
"webpack-dev-server": "2.2.0-rc.0"
}
}