-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "github-interface",
"version": "1.0.0",
"description": "Одностраничное приложение для просмотра issues с выбраного репозитория на Github.",
"main": "serverj.js",
"scripts": {
"test": "mocha setup.js test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilgiznice/github-interface.git"
},
"keywords": [
"react",
"redux",
"github"
],
"author": "Ilgiz Mavlyaviev",
"license": "MIT",
"bugs": {
"url": "https://github.com/ilgiznice/github-interface/issues"
},
"homepage": "https://github.com/ilgiznice/github-interface#readme",
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"eslint": "^3.3.1",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-standard": "^2.0.0",
"jsdom": "^9.4.2",
"react-addons-test-utils": "^15.3.0"
},
"dependencies": {
"express": "^4.14.0",
"radium": "^0.18.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-saga": "^0.11.0",
"superagent": "^2.2.0"
}
}