-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "oldtube",
"version": "1.0.0",
"description": "a YouTube replacement app for old Samsung Smart TVs",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack.config.js --mode development --progress --watch",
"prepare": "webpack --config webpack.config.js --mode production --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arielscarpinelli/oldtube.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arielscarpinelli/oldtube/issues"
},
"homepage": "https://github.com/arielscarpinelli/oldtube#readme",
"dependencies": {
"@distube/ytdl-core": "4.11.8",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"regenerator-runtime": "^0.13.7",
"superagent": "6.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"babel-loader-exclude-node-modules-except": "^1.0.3",
"file-loader": "^6.0.0",
"remove-strict-webpack-plugin": "^0.1.2",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}