2023-02-02 13:34:25 +00:00
|
|
|
{
|
2023-02-02 13:36:36 +00:00
|
|
|
"name": "neutral",
|
2023-02-27 16:23:25 +00:00
|
|
|
"version": "DEV_5.0",
|
2023-02-02 13:36:36 +00:00
|
|
|
"private": true,
|
2023-02-18 21:09:04 +00:00
|
|
|
"nodemonConfig": {
|
|
|
|
"ext": "js",
|
|
|
|
"ignore": [
|
|
|
|
"*.json"
|
|
|
|
],
|
|
|
|
"delay": "2"
|
|
|
|
},
|
2023-02-02 13:36:36 +00:00
|
|
|
"scripts": {
|
2023-02-18 21:09:04 +00:00
|
|
|
"start": "nodemon ./bin/www"
|
2023-02-02 13:36:36 +00:00
|
|
|
},
|
2023-02-02 13:34:25 +00:00
|
|
|
"dependencies": {
|
2023-02-18 21:09:04 +00:00
|
|
|
"@popperjs/core": "^2.11.6",
|
|
|
|
"bootstrap": "^5.2.2",
|
2023-02-02 13:36:36 +00:00
|
|
|
"cookie-parser": "~1.4.4",
|
2023-02-18 21:09:04 +00:00
|
|
|
"crypto-js": "^4.1.1",
|
2023-02-02 13:36:36 +00:00
|
|
|
"debug": "~2.6.9",
|
|
|
|
"ejs": "~2.6.1",
|
|
|
|
"express": "~4.16.1",
|
2023-02-18 21:09:04 +00:00
|
|
|
"express-basic-auth": "^1.2.1",
|
|
|
|
"express-favicon": "^2.0.4",
|
2023-02-21 11:02:37 +00:00
|
|
|
"express-fileupload": "^1.4.0",
|
2023-02-02 13:36:36 +00:00
|
|
|
"http-errors": "~1.6.3",
|
2023-02-21 11:02:37 +00:00
|
|
|
"jimp": "^0.22.4",
|
2023-02-18 21:09:04 +00:00
|
|
|
"jquery": "^3.6.3",
|
2023-02-27 16:23:25 +00:00
|
|
|
"mime-types": "^2.1.35",
|
2023-02-18 21:09:04 +00:00
|
|
|
"morgan": "~1.9.1",
|
|
|
|
"nodemon": "^2.0.20",
|
2023-02-21 11:02:37 +00:00
|
|
|
"serve-favicon": "^2.5.0",
|
2023-02-18 21:09:04 +00:00
|
|
|
"uuid": "^9.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"css-loader": "^6.7.1",
|
|
|
|
"postcss-loader": "^7.0.1",
|
|
|
|
"sass": "^1.56.1",
|
|
|
|
"sass-loader": "^13.1.0",
|
|
|
|
"style-loader": "^3.3.1",
|
|
|
|
"webpack": "^5.75.0",
|
|
|
|
"webpack-cli": "^4.10.0"
|
2023-02-02 13:34:25 +00:00
|
|
|
}
|
|
|
|
}
|