You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fipamo/package.json

69 lines
2.2 KiB
JSON

{
"name": "fipamo-development",
"version": "1.2.4",
"private": true,
"description": "The most chill blog framework ever.",
"repository": "https://code.playvicio.us/Are0h/Fipamo",
"scripts": {
"start": "pm2 --node-args='-r esm' start init.js",
"stop": "pm2 stop init.js",
"dev": "nodemon -r esm init.js --ignore node_modules/ -e js",
"debug": "nodemon inspect -r esm init.js --ignore node_modules/ -e js",
"watch": "sass --watch src/styles:public/assets/css & parcel watch src/com/Start.js --out-dir public/assets/scripts --out-file dash.min.js --public-url /assets/scripts"
},
"engines": {
"node": ">=10.16.0"
},
"dependencies": {
"adm-zip": "^0.4.16",
"bcrypt": "^5.0.0",
"bluebird": "^3.7.2",
"body-parser": "latest",
"caret-pos": "^1.2.2",
"connect-flash": "latest",
"cookie-parser": "~1.3.3",
"debug": "^4.1.1",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-session": "^1.17.1",
"filehound": "^1.17.4",
"fs-extra": "^9.0.1",
"highlight.js": "^9.18.1",
"jsdom": "^12.2.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19",
"mailgun-js": "^0.18.0",
"markdown-it": "^8.4.1",
"markdown-yaml-metadata-parser": "^2.0.5",
"memorystore": "^1.6.2",
"moment": "^2.26.0",
"morgan": "^1.10.0",
"multer": "latest",
"nodemailer": "^6.4.8",
"nodemailer-mailgun-transport": "^1.4.0",
"pm2": "^4.4.0",
"pug": "^3.0.0",
"reframe.js": "^2.2.8",
"request": "^2.88.2",
"sanitize-html": "^1.26.0",
"serve-favicon": "latest",
"sortablejs": "^1.10.2",
"tiny-date-picker": "^3.2.8",
"uuid": "^3.4.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"animejs": "^3.2.0",
"babel-preset-env": "^1.7.0",
"bulma": "^0.9.0",
"eslint": "^7.9.0",
"nodemon": "^2.0.4",
"parcel": "^1.12.4",
"prettier": "^2.0.5",
"sass": "^1.26.11",
"scramble-text": "0.0.8"
}
}