-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "the-baltazartv-dota-app",
"description": "TheBaltazarTV Dota 1 Videos",
"version": "1.0.0",
"main": ".roadhogrc.mock.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hostelix/the-baltazartv-dota-app.git"
},
"keywords": [
"dota",
"youtube-api",
"firebase"
],
"author": "Israel Lugo",
"license": "ISC",
"bugs": {
"url": "https://github.com/hostelix/the-baltazartv-dota-app/issues"
},
"homepage": "https://github.com/hostelix/the-baltazartv-dota-app#readme",
"dependencies": {
"antd": "^3.2.2",
"axios": "^0.18.0",
"babel-plugin-import": "^1.6.5",
"dva": "^2.1.0",
"firebase": "^4.10.1",
"googleapis": "^27.0.0",
"lodash": "^4.17.5",
"path": "^0.12.7",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-infinite-scroller": "^1.1.3"
},
"devDependencies": {
"babel-plugin-dva-hmr": "^0.3.2",
"electron": "^1.8.2",
"eslint": "^4.14.0",
"eslint-config-umi": "^0.1.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"foreman": "^2.0.0",
"husky": "^0.12.0",
"redbox-react": "^1.4.3",
"roadhog": "^2.0.0"
},
"scripts": {
"start": "BROWSER=none roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint",
"electron-dev": "ELECTRON_START_URL=http://localhost:5000 DEV=true electron main.js",
"dev": "nf start"
}
}