-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.07 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
{
"name": "presenter",
"version": "0.0.1",
"description": "Open source presenter to aid streaming and other general purposes",
"author": "Joshua Khondowe",
"license": "MIT",
"private": true,
"scripts": {
"serve": "node main.js",
"control": "webpack --mode=development --inline --progress --hide-modules --config=webpack.config.js --watch",
"build": "webpack --mode=production --inline --progress --hide-modules --config=webpack.config.js",
"assets": "cp node_modules/bulma/css/bulma.min.css src/static/css"
},
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"bulma": "^0.8.2",
"css-loader": "^3.5.3",
"express": "^4.17.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"sqlite3": "^4.2.0",
"style-loader": "^1.2.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.2",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"xml2js": "^0.4.23"
}
}