61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "odysee.com",
|
|
"version": "0.0.0",
|
|
"description": "Explore a whole universe of videos on Odysee from regular people just like you!",
|
|
"keywords": [
|
|
"odysee"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://odysee.com",
|
|
"bugs": {
|
|
"url": "https://github.com/OdyseeTeam/odysee-frontend/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OdyseeTeam/odysee-frontend"
|
|
},
|
|
"author": {
|
|
"name": "Odysee Inc.",
|
|
"email": "hello@odysee.com"
|
|
},
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack --progess --config webpack.config.js",
|
|
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --progress --config webpack.config.js",
|
|
"dev:server": "nodemon --inspect index.js"
|
|
},
|
|
"dependencies": {
|
|
"@koa/router": "^8.0.2",
|
|
"cross-env": "^6.0.3",
|
|
"firebase": "^9.1.1",
|
|
"koa": "^2.11.0",
|
|
"koa-logger": "^3.2.1",
|
|
"koa-send": "^5.0.0",
|
|
"koa-static": "^5.0.0",
|
|
"mysql": "^2.17.1",
|
|
"node-fetch": "^2.6.1",
|
|
"ua-parser-js": "^0.7.28",
|
|
"uuid": "^8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.3.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
|
|
"@babel/plugin-transform-runtime": "^7.4.3",
|
|
"@babel/polyfill": "^7.2.5",
|
|
"@babel/preset-env": "^7.7.1",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"cache-loader": "^4.1.0",
|
|
"nodemon": "^2.0.15",
|
|
"speed-measure-webpack-plugin": "^1.3.1",
|
|
"webpack": "^4.41.2",
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
|
"webpack-dev-server": "^3.9.0",
|
|
"webpack-merge": "^4.2.2",
|
|
"write-file-webpack-plugin": "^4.5.1"
|
|
}
|
|
}
|