forked from Allypost/KSET-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 961 Bytes
/
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": "obs-overlay",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"main": "app.js",
"dependencies": {
"autoprefixer": "^9.3.1",
"cookie-parser": "~1.4.3",
"cssnano": "^4.1.7",
"debug": "~2.6.9",
"dynamic-marquee": "^1.2.1",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-jwt": "^5.3.1",
"google-closure-compiler": "^20181028.0.1",
"http-errors": "~1.6.2",
"jsonwebtoken": "^8.4.0",
"minimist": "latest",
"morgan": "~1.9.0",
"node-sass": "^4.10.0",
"password-generator": "^2.2.0",
"pixrem": "^4.0.1",
"postcss": "latest",
"postcss-font-magician": "^2.2.1",
"socket.io": "^2.1.1",
"socket.io-client": "latest",
"svg-to-png": "^3.1.2",
"vue": "^2.5.17",
"webpack": "^4.25.1",
"webpack-closure-compiler": "^2.1.6"
},
"nodemonConfig": {
"ignore": [
"public/js/*.js",
"static/js/*.js"
]
}
}