2020-07-18 17:03:17 +02:00
|
|
|
{
|
2020-07-19 15:48:31 +02:00
|
|
|
"scripts": {
|
2020-10-16 16:54:20 +02:00
|
|
|
"start": "node main.js"
|
2020-07-19 15:48:31 +02:00
|
|
|
},
|
2020-07-18 17:03:17 +02:00
|
|
|
"dependencies": {
|
2020-07-20 17:00:35 +02:00
|
|
|
"axios": "^0.19.2",
|
2020-07-19 15:48:31 +02:00
|
|
|
"bulma": "^0.9.0",
|
2020-07-18 17:03:17 +02:00
|
|
|
"express": "^4.17.1",
|
2020-07-20 14:40:06 +02:00
|
|
|
"flaticon": "^0.1.0",
|
2020-07-20 17:00:35 +02:00
|
|
|
"node-fetch": "^2.6.0",
|
2020-07-18 17:03:17 +02:00
|
|
|
"nodemon": "^2.0.4",
|
2020-10-18 15:20:21 +02:00
|
|
|
"pug": "^3.0.0",
|
|
|
|
"tailwindcss": "^1.9.4"
|
2020-07-18 17:03:17 +02:00
|
|
|
}
|
|
|
|
}
|