30 lines
840 B
JSON
30 lines
840 B
JSON
{
|
|
"name": "airboardgame_back",
|
|
"version": "0.1.0",
|
|
"description": "Bakend files for Airboardgame executed by Ricochetjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch": "webpack --config webpack.watch.js",
|
|
"serve": "webpack serve --config webpack.development.js",
|
|
"build": "webpack --config webpack.production.js",
|
|
"start": "ricochet | pino-tiny"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/preset-env": "^7.12.10",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^7.0.0",
|
|
"transform-loader": "^0.2.4",
|
|
"webpack": "^5.10.0",
|
|
"webpack-cli": "^4.2.0",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"pino-tiny": "^1.0.0",
|
|
"ricochet-js": "^0.8.0"
|
|
}
|
|
}
|