mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2024-11-01 09:03:11 +01:00
21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"scripts": {
|
|
"start": "webpack-dev-server",
|
|
"build": "webpack --config webpack.config.prod.js"
|
|
},
|
|
"author": {
|
|
"name": "Patryk Wojtiuk",
|
|
"url": "https://github.com/p-wojt"
|
|
},
|
|
"devDependencies": {
|
|
"lite-server": "^2.6.1",
|
|
"ts-loader": "^9.2.6",
|
|
"typescript": "^4.5.4",
|
|
"webpack": "^5.65.0",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.7.1",
|
|
"follow-redirects": ">=1.14.7",
|
|
"node-forge": ">=1.0.0"
|
|
}
|
|
}
|