-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.12 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
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
{
"name": "angular2-redux-starter",
"version": "0.2.0",
"description": "A boiler-plate setup for Angular 2/Redux applications",
"license": "MIT",
"keywords": [
"angular2",
"redux",
"typescript"
],
"engines": {
"node": "6"
},
"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:server": "cross-env NODE_ENV=development PORT=3000 nodemon server/node-server.js",
"dev:client": "cross-env NODE_ENV=development webpack-dev-server -d --inline --progress --no-info",
"dev": "concurrently -r \"npm run dev:client\" \"npm run dev:server\"",
"lint": "npm run lint-ts && npm run lint-js && npm run lint-css",
"lint-css": "stylelint './src/**/*.css'",
"lint-ts": "tslint './src/**/*.ts'",
"lint-js": "eslint '**/*.js' --ignore-path .gitignore",
"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/rangle-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/forms": "^0.2.0",
"@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-beta.2",
"autoprefixer": "^6.3.3",
"autoprefixer-core": "^6.0.1",
"awesome-typescript-loader": "^1.0.0",
"babel-core": "^6.11.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"basscss": "^8.0.1",
"basscss-addons": "^1.0.0-beta4",
"basscss-basic": "^1.0.0",
"body-parser": "^1.15.0",
"classlist-polyfill": "^1.0.2",
"concurrently": "^2.0.0",
"console-polyfill": "^0.2.2",
"copy-webpack-plugin": "^3.0.1",
"core-js": "^2.3.0",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
"cssnano": "^3.7.1",
"denodeify": "^1.2.1",
"eslint": "^3.2.0",
"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.8.1",
"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.2",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.1",
"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",
"ng2-redux": "^3.3.2",
"nodemon": "^1.9.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"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",
"redux": "^3.4.0",
"redux-localstorage": "^0.4.0",
"redux-logger": "^2.6.1",
"redux-observable": "^0.9.0",
"reflect-metadata": "0.1.3",
"rimraf": "^2.5.4",
"rxjs": "5.0.0-beta.6",
"style-loader": "^0.13.0",
"stylelint": "^6.5.0",
"stylelint-webpack-plugin": "^0.2.0",
"to-string-loader": "^1.1.3",
"ts-helpers": "^1.1.1",
"tslint": "^3.12.1",
"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.0.10",
"zone.js": "0.6.12"
}
}