-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.25 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.25 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "mitchbot-streams",
"version": "0.9.0",
"description": "Watch videos in sync with your fellow MitchBot Enterprises customers.",
"author": "toBeOfUse <mitchjacov@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"serve": "nodemon --watch back --ext ts,json --exec \"ts-node -C ttypescript back/index.ts\"",
"serve-production": "npx ts-node -C ttypescript back/index.ts"
},
"dependencies": {
"@types/compression": "^1.7.1",
"@types/escape-html": "^1.0.1",
"@types/express": "^4.17.13",
"@types/formidable": "^2.0.0",
"@types/fscreen": "^1.0.1",
"@types/node": "^16.6.2",
"@types/node-fetch": "^2.5.12",
"@types/sanitize-filename": "^1.6.3",
"@types/sharp": "^0.29.5",
"@types/vimeo__player": "^2.10.1",
"@types/youtube": "^0.0.46",
"@vimeo/player": "^2.16.2",
"bcrypt": "^5.0.1",
"better-sqlite3": "^7.4.6",
"chart.js": "^3.7.0",
"check-disk-space": "^3.3.0",
"clean-webpack-plugin": "^4.0.0",
"compression": "^1.7.4",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.2.0",
"escape-html": "^1.0.3",
"execa": "5.1.1",
"express": "^4.17.1",
"formidable": "^2.0.1",
"fscreen": "^1.2.0",
"get-video-id": "^3.5.3",
"html-webpack-inline-svg-plugin": "^2.3.0",
"html-webpack-plugin": "^5.3.2",
"knex": "1.0.3",
"mini-css-extract-plugin": "^2.4.5",
"mini-svg-data-uri": "^1.4.3",
"nanoid": "^3.2.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.12",
"normalize.css": "^8.0.1",
"raw-loader": "^4.0.2",
"sanitize-filename": "^1.6.3",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
"sharp": "^0.29.3",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"ts-node": "^10.4.0",
"ttypescript": "^1.5.13",
"typescript": "^4.3.5",
"typescript-is": "^0.19.0",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"vue": "^3.2.26",
"vue-chart-3": "^3.0.4",
"vue-loader": "^16.8.3",
"vue-svg-loader": "^0.17.0-beta.2",
"webpack": "5.50.0",
"webpack-cli": "^4.8.0",
"winston": "^3.3.3",
"xp.css": "^0.2.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"prettier": "^2.5.1"
}
}