toot-script-condivisione-su.../package.json

35 lines
773 B
JSON
Raw Normal View History

2020-09-23 16:08:21 +02:00
{
"name": "toot",
2021-08-14 17:49:39 +02:00
"version": "1.2.2",
2021-08-14 19:01:37 +02:00
"description": "Cross-instance share page for Mastodon",
"license": "AGPL-3.0-or-later",
"author": "Nikita Karamov <nick@karamoff.dev>",
2021-08-14 19:01:37 +02:00
"homepage": "https://toot.karamoff.dev/",
"repository": {
"type": "git",
"url": "https://github.com/NickKaramoff/toot.git"
},
"private": true,
"scripts": {
"build": "gulp",
2021-01-30 14:46:24 +01:00
"dev": "gulp watch",
"serve": "sirv dist/ --dev"
},
"devDependencies": {
2021-01-30 02:00:12 +01:00
"autoprefixer": "^10.2.4",
2021-05-13 14:18:41 +02:00
"browserslist": "^4.16.6",
"gulp": "^4.0.2",
2021-01-30 02:00:12 +01:00
"gulp-postcss": "^9.0.0",
2021-08-14 18:49:32 +02:00
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
2021-05-13 14:18:41 +02:00
"gulp-terser": "^2.0.1",
"postcss": "^8.2.15",
"postcss-csso": "^5.0.1",
2021-08-14 18:49:32 +02:00
"sass": "^1.37.5",
2021-01-30 14:46:24 +01:00
"sirv-cli": "^1.0.10"
2021-03-03 14:16:45 +01:00
},
"engines": {
2021-03-12 20:21:46 +01:00
"node": "^14"
}
2020-09-23 16:08:21 +02:00
}