roulette-wheel/package.json

21 lines
616 B
JSON
Raw Normal View History

2021-12-29 20:53:47 +01:00
{
"scripts": {
2022-12-06 23:18:21 +01:00
"start": "webpack-dev-server --host 0.0.0.0 --allowed-hosts all",
"build": "webpack --config webpack.config.prod.js && cp *.html dist/ && cp *.css dist/ && cp -r static dist/static && cp *.ico dist/ && cp -r dist/scripts scripts"
2021-12-29 20:53:47 +01:00
},
"author": {
"name": "Patryk Wojtiuk",
"url": "https://github.com/p-wojt"
},
"devDependencies": {
2022-01-13 21:36:25 +01:00
"follow-redirects": ">=1.14.7",
2021-12-29 20:53:47 +01:00
"lite-server": "^2.6.1",
2022-01-13 21:36:25 +01:00
"node-forge": ">=1.0.0",
2021-12-29 20:53:47 +01:00
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
2022-01-13 21:36:25 +01:00
"webpack-dev-server": "^4.7.1"
2021-12-29 20:53:47 +01:00
}
}