2022-04-02 13:45:07 +00:00
|
|
|
{
|
|
|
|
"name": "icydraw",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-04-02 14:23:36 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2022-04-03 12:26:12 +00:00
|
|
|
"build:prod": "tsc && webpack --mode=production",
|
2022-04-02 14:23:36 +00:00
|
|
|
"watch": "concurrently \"tsc -w\" \"nodemon dist/server/\" \"webpack --mode=development -w\""
|
2022-04-02 13:45:07 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"connect-redis": "^6.1.3",
|
|
|
|
"express": "^4.17.3",
|
|
|
|
"express-session": "^1.17.2",
|
|
|
|
"jimp": "^0.16.1",
|
|
|
|
"passport": "^0.5.2",
|
|
|
|
"passport-icynet": "^0.0.1",
|
|
|
|
"redis": "^3.1.2",
|
|
|
|
"socket.io": "^4.4.1",
|
|
|
|
"sqlite": "^4.0.25",
|
|
|
|
"sqlite3": "^5.0.2",
|
|
|
|
"toml": "^3.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/preset-env": "^7.16.11",
|
|
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
|
|
"@types/connect-redis": "^0.0.18",
|
|
|
|
"@types/express-session": "^1.17.4",
|
|
|
|
"@types/passport": "^1.0.7",
|
|
|
|
"@types/sqlite3": "^3.1.8",
|
|
|
|
"@types/three": "^0.139.0",
|
|
|
|
"@types/webpack-dev-server": "^4.7.2",
|
|
|
|
"babel-loader": "^8.2.4",
|
2022-04-02 14:23:36 +00:00
|
|
|
"concurrently": "^7.1.0",
|
2022-04-02 13:45:07 +00:00
|
|
|
"css-loader": "^6.7.1",
|
|
|
|
"html-webpack-plugin": "^5.5.0",
|
|
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
|
|
"nodemon": "^2.0.15",
|
|
|
|
"prettier": "^2.6.1",
|
|
|
|
"sass": "^1.49.10",
|
|
|
|
"sass-loader": "^12.6.0",
|
|
|
|
"socket.io-client": "^4.4.1",
|
|
|
|
"typescript": "^4.6.3",
|
|
|
|
"webpack": "^5.70.0",
|
|
|
|
"webpack-cli": "^4.9.2",
|
|
|
|
"webpack-dev-server": "^4.7.4"
|
|
|
|
}
|
|
|
|
}
|