-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "hypertube-front",
"version": "0.1.0",
"private": true,
"xo": {
"extends": "xo-react",
"envs": [
"node",
"browser",
"es6"
],
"rules": {
"unicorn/filename-case": 0,
"import/no-unassigned-import": 0,
"react/forbid-component-props": 0,
"no-negated-condition": 0
}
},
"proxy": "http://192.168.99.100:4242",
"devDependencies": {
"eslint-config-xo-react": "^0.10.0",
"eslint-plugin-react": "^6.7.1",
"react-scripts": "0.7.0",
"xo": "^0.17.1"
},
"dependencies": {
"extratorrent-api": "^1.0.8",
"material-ui": "^0.16.4",
"nuka-carousel": "^2.0.3",
"rc-slider": "^5.3.5",
"react": "^15.4.0",
"react-disqus": "^1.0.2",
"react-dom": "^15.4.0",
"react-facebook-login": "^3.4.1",
"react-google-login": "^2.5.8",
"react-instagram-login": "^1.0.0",
"react-router": "^3.0.0",
"react-sticky": "^5.0.5",
"react-tap-event-plugin": "^2.0.1",
"socket.io-client": "^1.7.2",
"whatwg-fetch": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "xo && react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}