-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.42 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
{
"name": "tape-sync",
"version": "1.0.0",
"description": "watch videos together with your friends",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --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"
},
"author": "Meleeman",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"blessed": "^0.1.81",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.18.2",
"fscreen": "^1.2.0",
"ip": "^1.1.5",
"laravel-mix": "^6.0.25",
"laravel-mix-svelte": "^0.4.0",
"m3u8-parser": "^4.7.0",
"mflx": "^1.1.8",
"redis": "^4.3.0",
"socket.io": "^4.1.3",
"svelte": "^3.44.2",
"yargs-parser": "^20.2.7"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/register": "^7.14.5",
"eslint": "^7.28.0",
"eslint-plugin-svelte3": "^3.2.0",
"svelte-loader": "^3.1.2"
}
}