-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
47
48
49
50
51
52
53
54
55
{
"name": "angular2-seed",
"version": "1.0.0",
"description": "A simple starter Angular2 project",
"scripts": {
"start": "webpack-dev-server --inline --colors --progress --display-error-details --display-cached --port 8080 --content-base src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular2-seed.git"
},
"keywords": [
"Angular2",
"angular2-seed"
],
"author": "Rob Wormald <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/angular/angular2-seed/issues"
},
"homepage": "https://github.com/angular/angular2-seed#readme",
"devDependencies": {
"autoprefixer": "^6.3.3",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"node-sass": "^3.4.2",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"ts-loader": "^0.7.2",
"typescript": "^1.7.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"angular2": "2.0.0-beta.0",
"autoprefixer": "^6.3.3",
"bootstrap": "^4.0.0-alpha.2",
"bootstrap-loader": "^1.0.8",
"copy-webpack-plugin": "^1.1.1",
"es6-promise": "3.0.2",
"es6-shim": "0.33.3",
"html-webpack-plugin": "^2.9.0",
"jquery": "^2.2.1",
"postcss": "^5.0.16",
"raw-loader": "^0.5.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"tether": "^1.2.0",
"tslint": "^3.5.0",
"tslint-loader": "^2.1.0",
"zone.js": "0.5.10"
}
}