This repository has been archived on 2019-10-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

50 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2018-11-08 17:54:37 +01:00
{
"name": "hazetv-alfatube-1",
2019-02-16 22:55:51 +01:00
"version": "0.1.1",
2018-11-08 17:54:37 +01:00
"private": true,
"dependencies": {
2018-12-15 17:32:51 +01:00
"@c0b41/ytclear": "^1.0.0",
"axios": "latest",
2018-12-01 03:02:13 +01:00
"body-parser": "^1.18.3",
2018-11-08 18:08:07 +01:00
"bootstrap": "^4.1.3",
2019-01-14 19:23:29 +01:00
"compression": "^1.7.3",
"dotenv": "^6.2.0",
2018-11-08 18:08:07 +01:00
"express": "^4.16.4",
2019-01-14 19:23:29 +01:00
"get-artist-title": "^1.1.1",
2018-12-02 21:02:12 +01:00
"lodash-id": "^0.14.0",
2018-12-01 03:02:13 +01:00
"lowdb": "^1.0.0",
2018-12-15 17:32:51 +01:00
"moment": "^2.23.0",
"moment-duration-format": "^2.2.2",
2018-12-15 22:20:26 +01:00
"node-sass": "^4.11.0",
2018-11-08 17:54:37 +01:00
"react": "^16.6.1",
2018-11-08 18:08:07 +01:00
"react-app-polyfill": "^0.1.3",
"react-bootstrap": "^1.0.0-beta.2",
2018-11-08 17:54:37 +01:00
"react-dom": "^16.6.1",
2018-12-14 17:53:15 +01:00
"react-height": "^3.0.0",
"react-linkify": "^0.2.2",
2018-11-08 18:08:07 +01:00
"react-router-dom": "^4.3.1",
2019-02-16 22:41:22 +01:00
"react-scripts": "^2.1.3",
2018-11-08 18:08:07 +01:00
"react-youtube": "^7.8.0",
2018-12-11 03:56:13 +01:00
"wikidata-sdk": "^5.15.9",
2018-12-14 18:21:55 +01:00
"wikijs": "^4.8.1",
"youtube-page-token": "^1.0.1"
2018-11-08 17:54:37 +01:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
2019-02-18 03:58:51 +01:00
"build2": "GENERATE_SOURCEMAP=false react-scripts build",
2018-11-08 17:54:37 +01:00
"test": "react-scripts test",
"node": "npm run build && node ./node-entry.js",
2018-11-08 17:54:37 +01:00
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
2019-02-19 17:25:01 +01:00
"not ie <= 8",
2018-11-08 17:54:37 +01:00
"not op_mini all"
]
}