This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
56
57
58
59
60
61
62
63
64
{
"name": "angular2-seed",
"version": "1.0.0",
"description": "Angular2 seed project",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack/webpack.dev.js --watch",
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sh33dafi/angular2-seed.git"
},
"keywords": [
"Angular2",
"webpack",
"typescript"
],
"author": "Yannick Houbrix",
"license": "MIT",
"bugs": {
"url": "https://github.com/sh33dafi/angular2-seed/issues"
},
"homepage": "https://github.com/sh33dafi/angular2-seed#readme",
"dependencies": {
"angular2": "2.0.0-beta.7",
"es6-promise": "3.1.2",
"es6-shim": "0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15"
},
"devDependencies": {
"babel-core": "6.5.2",
"babel-loader": "6.2.3",
"babel-polyfill": "6.5.0",
"browser-sync": "2.11.1",
"browser-sync-webpack-plugin": "1.0.1",
"chai": "3.5.0",
"css-loader": "0.23.1",
"file-loader": "0.8.5",
"html-webpack-plugin": "2.9.0",
"karma": "0.13.21",
"karma-chai": "0.1.0",
"karma-mocha": "0.2.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.7.0",
"mocha": "2.4.5",
"ng2lint": "0.0.6",
"node-sass": "3.4.2",
"phantomjs-prebuilt": "2.1.4",
"raw-loader": "0.5.1",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"ts-loader": "0.8.1",
"tslint": "3.4.0",
"typescript": "1.7.5",
"typings": "0.6.8",
"url-loader": "0.5.7",
"wallaby-webpack": "0.0.16",
"webpack": "1.12.13"
}
}