-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 879 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 879 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
{
"name": "media",
"version": "0.1.0",
"description": "media server interface front end",
"main": "media/js/main.jsx",
"author": "brettlev",
"license": "MIT",
"repository": {},
"devDependencies": {
"babel-core": "==6.26.0",
"babel-eslint": "==8.0.1",
"babel-loader": "==7.1.2",
"babel-preset-es2015": "==6.24.1",
"babel-preset-react": "==6.24.1",
"eslint": "==4.8.0",
"eslint-config-airbnb": "==15.1.0",
"eslint-plugin-import": "==2.7.0",
"eslint-plugin-jsx-a11y": "==5.1.1",
"eslint-plugin-react": "==7.4.0",
"webpack": "==3.6.0"
},
"dependencies": {
"isomorphic-fetch": "==2.2.1",
"jsonlint": "==1.6.2",
"moment": "==2.18.1",
"prop-types": "==15.6.0",
"react": "==16.0.0",
"react-autosuggest": "==9.3.4",
"react-dom": "==16.0.0",
"react-infinite-scroll-component": "==2.4.0"
}
}