mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2024-11-01 00:53:11 +01:00
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"scripts": {
|
|
"start": "webpack-dev-server",
|
|
"build": "webpack --config 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"
|
|
}
|
|
}
|