forked from luin/medis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.05 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
{
"name": "medis",
"description": "GUI for Redis",
"productName": "Medis",
"version": "0.6.1",
"license": "MIT",
"author": "luin <[email protected]> (http://zihua.li)",
"main": "server/main.js",
"scripts": {
"start": "rm Medis.app/Contents/Resources/app.asar; NODE_ENV=debug Medis.app/Contents/MacOS/Electron .",
"dev": "./bin/dev",
"deploy": "NODE_ENV=production ./bin/deploy",
"release": "NODE_ENV=production ./bin/release",
"sign": "./bin/sign",
"unsign": "./bin/unsign",
"tomedis": "./bin/tomedis"
},
"repository": {
"type": "git",
"url": "git://github.com/luin/medis.git"
},
"dependencies": {
"codemirror": "^5.18.0",
"fixed-data-table-contextmenu": "^0.6.3",
"form-generator-react": "^1.0.5",
"human-format": "^0.5.0",
"immutable": "^3.8.1",
"ioredis": "^2.4.2",
"jquery": "^2.1.4",
"json-editor": "^0.7.23",
"jsonlint": "^1.6.2",
"lint": "^1.1.2",
"lodash": "^3.10.1",
"msgpack5": "^3.3.0",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.3",
"react-codemirror": "^0.3.0",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.0",
"react-draggable": "^1.1.3",
"react-redux": "^4.4.6",
"react-split-pane": "0.1.16",
"redis-commands": "^1.0.1",
"redis-splitargs": "^1.0.0",
"redux": "^3.0.2",
"redux-thunk": "^1.0.0",
"reselect": "^2.0.0",
"sortablejs": "^1.4.1",
"ssh2": "^0.5.4",
"url-loader": "^0.5.7"
},
"devDependencies": {
"asar": "^0.8.3",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.6",
"babel-loader": "^5.3.2",
"conventional-github-releaser": "^0.5.3",
"css-loader": "^0.19.0",
"cz-conventional-changelog": "^1.1.5",
"eslint-plugin-react": "^3.15.0",
"github": "^0.2.4",
"jsx-loader": "^0.13.2",
"node-sass": "^3.3.3",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}