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.
48 lines
1.2 KiB
48 lines
1.2 KiB
{
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"axios": "^0.19.2",
|
|
"bootstrap": "^5.3.2",
|
|
"cookie-parser": "^1.4.6",
|
|
"csv-parser": "^3.0.0",
|
|
"debug": "^4.3.4",
|
|
"ejs": "^3.1.9",
|
|
"events": "^3.3.0",
|
|
"express": "^4.18.2",
|
|
"express-handlebars": "^6.0.7",
|
|
"handlebars": "^4.7.8",
|
|
"http-errors": "^2.0.0",
|
|
"jquery": "^3.7.1",
|
|
"morgan": "^1.10.0",
|
|
"slugify": "^1.6.6",
|
|
"socket.io": "^4.7.2",
|
|
"socket.io-client": "^4.7.2",
|
|
"toastr": "^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.2",
|
|
"@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"
|
|
}
|
|
}
|
|
|