2021-12-29 20:53:47 +01:00
|
|
|
{
|
|
|
|
"scripts": {
|
|
|
|
"start": "webpack-dev-server",
|
2022-01-13 22:16:43 +01:00
|
|
|
"build": "webpack --config webpack.config.prod.js && cp index.html dist/index.html && cp app.css dist/app.css && cp -r static dist/static"
|
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
|
|
|
}
|
|
|
|
}
|