-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 956 Bytes
/
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
{
"name": "stressing-redux",
"version": "1.0.0",
"description": "Testing performance in redux architecture",
"main": "src/index.ts",
"scripts": {
"postinstall": "typings install",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jscriptcoder/stressing-redux.git"
},
"author": "Francisco Ramos <jscriptcoder@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jscriptcoder/stressing-redux/issues"
},
"homepage": "https://github.com/jscriptcoder/stressing-redux#readme",
"devDependencies": {
"typescript": "1.8.10",
"typings": "1.0.4",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1",
"ts-loader": "0.8.2",
"css-loader": "0.23.1",
"node-sass": "3.7.0",
"sass-loader": "3.2.0",
"style-loader": "0.13.1"
},
"dependencies": {
"es6-shim": "0.35.1",
"redux": "3.5.2",
"rxjs": "5.0.0-beta.8"
}
}