{ "name": "icynet.eu", "version": "0.9.4", "description": "Icy Network web server", "main": "icynet.eu.js", "scripts": { "start": "node icynet.eu.js", "test": "echo \"Error: no test specified\" && exit 1", "css": "mkdir -p build/style && stylus -o build/style src/style/*.styl", "css:watch": "mkdir -p build/style && stylus -w -o build/style src/style/*.styl", "js": "webpack --config webpack.prod.js", "js:watch": "webpack --config webpack.dev.js -w", "watch": "concurrently --kill-others \"npm run css:watch\" \"npm run js:watch\" \"npm run start -- -d -w\"", "clean": "rm -rf build/", "build": "npm run clean && npm run css && npm run js" }, "repository": { "type": "git", "url": "git+https://gitlab.icynet.eu/IcyNetwork/IcyNet.eu.git" }, "keywords": [ "website", "community", "authentication" ], "author": "Icy Network", "license": "MIT", "bugs": { "url": "https://gitlab.icynet.eu/IcyNetwork/issues" }, "homepage": "https://icynet.eu", "dependencies": { "@babel/plugin-transform-modules-commonjs": "^7.10.4", "@babel/register": "^7.10.4", "bcryptjs": "^2.4.3", "bluebird": "^3.7.2", "body-parser": "^1.19.0", "connect-redis": "^4.0.4", "connect-session-knex": "^1.7.3", "email-templates": "^7.0.5", "express": "^4.17.1", "express-rate-limit": "^5.1.3", "express-session": "^1.17.1", "feed": "^4.2.1", "fs-extra": "^9.0.1", "gm": "^1.23.1", "knex": "^0.21.1", "multiparty": "^4.2.1", "mysql": "^2.18.1", "nodemailer": "^6.4.10", "notp": "^2.0.3", "oauth-libre": "^0.9.17", "objection": "^2.2.1", "redis": "^3.0.2", "serve-favicon": "^2.5.0", "stylus": "^0.54.7", "thirty-two": "^1.0.2", "toml": "^3.0.0", "uuid": "^8.2.0", "vue": "^2.6.11" }, "devDependencies": { "@babel/core": "^7.10.4", "@babel/preset-env": "^7.10.4", "babel-loader": "^8.1.0", "bootstrap": "^4.5.0", "concurrently": "^5.2.0", "eslint-plugin-import": "^2.22.0", "jquery": "^3.5.1", "morgan": "^1.10.0", "mustache": "^4.0.1", "popper.js": "^1.16.1", "pug": "^3.0.0", "pug-plain-loader": "^1.0.0", "standard": "^14.3.4", "terser-webpack-plugin": "^3.0.6", "vue-clickaway": "^2.2.2", "vue-loader": "^15.9.3", "vue-resource": "^1.5.1", "vue-router": "^3.3.4", "vue-template-compiler": "^2.6.11", "watch": "^1.0.2", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-merge": "^5.0.7" }, "standard": { "env": { "browser": true, "node": true, "jquery": true } } }