-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 748 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 748 Bytes
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
{
"name": "redux-devtools-time-machine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bradley J. Spaulding <brad.spaulding@gmail.com>",
"license": "MIT",
"dependencies": {
"babel": "6.5.2",
"babel-core": "6.7.4",
"babel-loader": "6.2.4",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"file-loader": "0.8.5",
"react": "0.14.8",
"react-dom": "0.14.8",
"react-redux": "4.4.1",
"redux": "3.3.1",
"redux-devtools": "3.2.0",
"url-loader": "0.5.7",
"webpack": "1.12.14"
}
}