{ "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.8.3", "@babel/register": "^7.8.3", "bcryptjs": "^2.4.3", "bluebird": "^3.7.2", "body-parser": "^1.19.0", "connect-redis": "^3.4.2", "connect-session-knex": "^1.5.0", "email-templates": "^2.7.1", "express": "^4.17.1", "express-rate-limit": "^2.14.2", "express-session": "^1.17.0", "feed": "^1.1.1", "fs-extra": "^4.0.3", "gm": "^1.23.1", "knex": "^0.14.6", "multiparty": "^4.2.1", "mysql": "^2.18.1", "nodemailer": "^4.7.0", "notp": "^2.0.3", "oauth-libre": "^0.9.17", "objection": "^0.8.9", "redis": "^2.8.0", "serve-favicon": "^2.5.0", "stylus": "^0.54.7", "thirty-two": "^1.0.2", "toml": "^2.3.6", "uuid": "^3.4.0", "vue": "^2.6.11" }, "devDependencies": { "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "babel-loader": "^8.0.6", "bootstrap": "^4.4.1", "concurrently": "^5.1.0", "eslint-plugin-import": "^2.20.0", "jquery": "^3.4.1", "morgan": "^1.9.1", "mustache": "^2.3.2", "popper.js": "^1.16.1", "pug": "^2.0.4", "pug-plain-loader": "^1.0.0", "standard": "^10.0.3", "terser-webpack-plugin": "^2.3.3", "vue-clickaway": "^2.2.2", "vue-loader": "^15.8.3", "vue-resource": "^1.5.1", "vue-router": "^3.1.5", "vue-template-compiler": "^2.6.11", "watch": "^1.0.2", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-merge": "^4.2.2" }, "standard": { "env": { "browser": true, "node": true, "jquery": true } } }