-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "actions-recorder",
"version": "1.6.4-alpha1",
"description": "React Actions Recorder(like Redux)",
"main": "lib/recorder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong",
"license": "MIT",
"keywords": [
"redux",
"react-component"
],
"devDependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"css-loader": "^0.16.0",
"del": "^1.1.1",
"file-loader": "^0.8.4",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"json-loader": "^0.5.3",
"keycode": "^2.1.0",
"origami-ui": "0.0.2",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.2.9",
"rsyncwrapper": "^0.4.2",
"run-sequence": "^1.0.2",
"shortid": "^2.2.2",
"stir-template": "^0.1.4",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.8.5",
"webpack-dev-server": "^1.8.0"
},
"dependencies": {
"classnames": "^2.1.3",
"hsl": "^0.1.1",
"immutable": "^3.7.4",
"immutablediff": "^0.4.2",
"react": ">=0.13.3",
"react-lite-json-viewer": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/teambition/actions-recorder.git"
},
"bugs": {
"url": "https://github.com/teambition/actions-recorder/issues"
},
"homepage": "https://github.com/teambition/actions-recorder"
}