-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1.74 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^1.3.4",
"bootstrap": "^4.6.1",
"cross-env": "^7.0.3",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"node-forge": ">=1.3.0",
"popper.js": "^1.12",
"resolve-url-loader": "^5.0.0",
"sass": "^1.53.0",
"sass-loader": "^14.0.0",
"trim": ">=0.0.3",
"underscore": "^1.13.2",
"vue-template-compiler": "^2.7.0"
},
"dependencies": {
"@silvermine/videojs-chromecast": "^1.4.1",
"autolinker": "^4.0.0",
"moment": "^2.29.2",
"npm": "^10.4.0",
"nprogress": "^0.2.0",
"video.js": "^8.0.4",
"videojs-airplay": "^1.1.1",
"videojs-contextmenu-ui": "^7.0.0",
"videojs-contrib-quality-levels": "^4.0.0",
"videojs-http-quality-selector": "^1.2.1",
"videojs-http-source-selector": "github:FreeTubeApp/videojs-http-source-selector",
"videojs-titleoverlay": "^1.1.0"
}
}