This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/package.json

31 lines
656 B
JSON
Raw Normal View History

2020-09-23 10:08:21 -04:00
{
"name": "toot",
2021-08-14 11:49:39 -04:00
"version": "1.2.2",
"main": "src/index.pug",
"repository": "git@github.com:NickKaramoff/toot.git",
"author": "Nikita Karamov <nick@karamoff.dev>",
2021-01-29 18:49:58 -05:00
"license": "AGPL-3.0-only",
"private": "true",
"scripts": {
"build": "gulp",
2021-01-30 08:46:24 -05:00
"dev": "gulp watch",
"serve": "sirv dist/ --dev"
},
"devDependencies": {
2021-01-29 20:00:12 -05:00
"autoprefixer": "^10.2.4",
2021-05-13 08:18:41 -04:00
"browserslist": "^4.16.6",
"gulp": "^4.0.2",
2021-01-29 20:00:12 -05:00
"gulp-postcss": "^9.0.0",
2021-08-14 12:49:32 -04:00
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
2021-05-13 08:18:41 -04:00
"gulp-terser": "^2.0.1",
"postcss": "^8.2.15",
"postcss-csso": "^5.0.1",
2021-08-14 12:49:32 -04:00
"sass": "^1.37.5",
2021-01-30 08:46:24 -05:00
"sirv-cli": "^1.0.10"
2021-03-03 08:16:45 -05:00
},
"engines": {
2021-03-12 14:21:46 -05:00
"node": "^14"
}
2020-09-23 10:08:21 -04:00
}