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

47 lines
1.2 KiB

12 months ago
{
"name": "bodacc",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"build": "webpack --mode development",
"dist": "webpack --mode production",
"watch": "webpack --watch --mode development"
12 months ago
},
"dependencies": {
"bootstrap": "^5.3.2",
12 months ago
"cookie-parser": "~1.4.4",
"csv-parser": "^3.0.0",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"events": "^3.3.0",
"express": "~4.16.1",
"express-handlebars": "^7.1.2",
"handlebars": "^4.7.8",
12 months ago
"http-errors": "~1.6.3",
"jquery": "^3.7.1",
12 months ago
"morgan": "~1.9.1",
"popper.js": "^1.16.1",
"slugify": "^1.6.6",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"toastr": "^2.1.4"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"nodemon": "^3.0.1",
"sass-loader": "^13.3.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
12 months ago
}
}