un outil web pour avoir une vue html de son archive d'exportation de compte Mastodon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{ |
|
"scripts": { |
|
"start": "nodemon main.js" |
|
}, |
|
"dependencies": { |
|
"axios": "^0.19.2", |
|
"bulma": "^0.9.0", |
|
"express": "^4.17.1", |
|
"flaticon": "^0.1.0", |
|
"node-fetch": "^2.6.0", |
|
"nodemon": "^2.0.4", |
|
"pug": "^3.0.0", |
|
"tailwindcss": "^1.9.4" |
|
} |
|
}
|
|
|