-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.55 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "wetube",
"version": "1.0.0",
"description": "The best way to watch videos.",
"repository": {
"type": "git",
"url": "git+https://github.com/BaekSeungJun/wetube.reloaded.git"
},
"scripts": {
"start": "node build/init.js",
"build": "npm run build:assets && npm run build:server",
"build:assets": "webpack --mode=production",
"build:server": "babel src -d build",
"dev:server": "nodemon",
"dev:assets": "webpack --mode=development -w"
},
"author": "SeungJun back",
"license": "MIT",
"bugs": {
"url": "https://github.com/BaekSeungJun/wetube.reloaded/issues"
},
"homepage": "https://github.com/BaekSeungJun/wetube.reloaded#readme",
"dependencies": {
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"aws-sdk": "~2.895.0",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"mongoose": "^6.5.0",
"morgan": "^1.10.0",
"multer": "~1.4.2",
"multer-s3": "~2.9.0",
"node-fetch": "^2.6.7",
"pug": "^3.0.2",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.0",
"@babel/node": "^7.17.10",
"@babel/preset-env": "^7.18.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.1",
"nodemon": "^2.0.16",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}