webface-server/package.json

33 lines
691 B
JSON
Raw Permalink Normal View History

2021-07-03 17:51:36 +00:00
{
2021-10-18 14:47:40 +00:00
"name": "webface-server",
2021-07-03 17:51:36 +00:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2021-10-09 20:39:04 +00:00
"@squeebot/core": "^3.3.4",
"bcrypt": "^5.0.1",
2021-07-03 17:51:36 +00:00
"express": "^4.17.1",
2021-10-09 20:39:04 +00:00
"ws": "^8.2.2"
2021-07-03 17:51:36 +00:00
},
"devDependencies": {
2021-10-09 20:39:04 +00:00
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/node": "^16.10.2",
"@types/ws": "^8.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack-cli": "^4.8.0"
2021-07-03 17:51:36 +00:00
}
}