forked from rangle/angular2-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.12 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.12 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "angular2-starter",
"version": "0.2.0",
"description": "A boiler-plate setup for Angular 2 applications",
"license": "MIT",
"keywords": [
"angular2",
"typescript"
],
"engines": {
"node": "4.x"
},
"scripts": {
"prebuild": "npm run clean",
"build": "cross-env NODE_ENV=production webpack",
"clean": "rimraf dist/",
"cover": "istanbul report --include=**/chrome/coverage-final.json text text-summary",
"dev": "cross-env NODE_ENV=development webpack-dev-server -d --inline --hot --progress --no-info",
"lint": "npm run lint-ts && npm run lint-js && npm run lint-css",
"lint-ts": "tslint './src/**/*.ts'",
"lint-js": "eslint '**/*.js' --ignore-path .gitignore",
"lint-css": "stylelint './src/**/*.css'",
"postinstall": "npm run typings && npm run build",
"start": "cross-env NODE_ENV=production node server/node-server.js",
"pretest": "rimraf coverage/ & npm run lint",
"test": "karma start --singleRun true",
"posttest": "npm run cover",
"test:watch": "karma start --singleRun false",
"typings": "rimraf typings/ && typings install"
},
"repository": {
"type": "git",
"url": "https://github.com/rangle/angular2-redux-starter.git"
},
"bugs": {
"url": "https://github.com/rangle/angular2-redux-starter/issues"
},
"dependencies": {
"express": "^4.13.4",
"helmet": "^2.0.0",
"http-proxy": "^1.13.2",
"winston": "^2.1.1"
},
"devDependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "^3.0.0-alpha.8",
"express": "^4.13.4",
"autoprefixer": "^6.3.3",
"autoprefixer-core": "^6.0.1",
"awesome-typescript-loader": "^1.1.1",
"babel-core": "^6.9.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"basscss": "^8.0.1",
"basscss-addons": "^1.0.0-beta4",
"basscss-align": "^1.0.2",
"basscss-basic": "^1.0.0",
"basscss-border": "^4.0.2",
"basscss-flexbox": "^1.0.1",
"basscss-grid": "^2.0.0",
"basscss-hide": "^1.0.1",
"basscss-layout": "^3.1.0",
"basscss-margin": "^1.0.7",
"basscss-padding": "^1.1.3",
"basscss-position": "^2.0.3",
"basscss-type-scale": "^1.0.5",
"basscss-typography": "^3.0.3",
"classlist-polyfill": "^1.0.2",
"codelyzer": "0.0.25",
"console-polyfill": "^0.2.2",
"copy-webpack-plugin": "^3.0.1",
"core-js": "^2.3.0",
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"cssnano": "^3.5.2",
"es7-reflect-metadata": "^1.6.0",
"eslint": "^3.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.7.2",
"html5-history-api": "^4.2.7",
"immutable": "^3.7.6",
"inline-source-map": "^0.6.2",
"istanbul": "^1.0.0-alpha.2",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.4.1",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-sourcemap-writer": "^0.1.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7",
"postcss-cssnext": "^2.4.0",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.9.1",
"raf": "^3.2.0",
"ramda": "^0.21.0",
"raw-loader": "^0.5.1",
"reflect-metadata": "0.1.3",
"rimraf": "^2.5.1",
"rxjs": "5.0.0-beta.6",
"selenium-standalone": "^5.1.0",
"style-loader": "^0.13.0",
"stylelint": "^6.3.2",
"stylelint-webpack-plugin": "^0.2.0",
"to-string-loader": "^1.1.3",
"ts-helpers": "^1.1.1",
"ts-loader": "^0.8.2",
"tslint": "^3.3.0",
"tslint-loader": "^2.1.0",
"typescript": "^1.8.10",
"typings": "^1.0.4",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.9.1",
"webpack-split-by-path": "0.1.0",
"zone.js": "0.6.12"
}
}