-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 868 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 868 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
29
30
31
32
33
34
35
{
"name": "the-ring-main-react-components",
"author": "Alexey Bystrov <strikeentco@gmail.com>",
"version": "0.1.0",
"description": "",
"engines": {
"node": ">=4"
},
"main": "./src/index.js",
"scripts": {
"lint": "eslint src/**"
},
"license": "MIT",
"devDependencies": {
"deep-assign": "^2.0.0",
"deep-equal": "^1.0.1",
"eslint": "^2.12.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.2",
"eslint-plugin-react": "^5.1.1",
"history": "^2.1.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"react-timeago": "^3.0.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-router": "^2.0.0",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^1.0.0"
},
"private": true
}