-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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": "CodetrotterFinalProject",
"version": "1.0.0",
"main": "index.js",
"author": "Chris Michael <chris.perez@upr.edu>",
"license": "MIT",
"scripts": {
"start": "electron .",
"lint": "eslint **/*.js"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-preset-env": "^1.3.2",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"electron": "^1.6.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-prettier": "^1.5.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-react": "^6.10.3",
"prettier": "^0.22.0"
},
"dependencies": {
"axios": "^0.16.1",
"big-integer": "^1.6.22",
"bulma": "^0.4.0",
"cheerio": "^1.0.0-rc.2",
"font-awesome": "^4.7.0",
"hls.js": "^0.7.11",
"imdb-api": "^3.1.1",
"lodash": "^4.17.4",
"malapi": "0.0.3",
"playlist-parser": "^0.0.12",
"pouchdb-browser": "^6.1.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.0.0",
"request": "^2.81.0",
"request-promise-native": "^1.0.3",
"rxjs": "^5.3.0",
"video.js": "^5.19.2",
"videojs-ass": "^0.6.3",
"videojs-contrib-hls": "^5.8.2",
"videojs-download-button": "git+https://github.com/neuron-digital/videojs-download-button.git",
"videojs-resolution-switcher": "^0.4.2",
"xml2js": "^0.4.17",
"zlib": "^1.0.5"
}
}