26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"name": "toot",
|
|
"version": "1.0.0",
|
|
"main": "src/index.pug",
|
|
"repository": "git@github.com:NickKaramoff/toot.git",
|
|
"author": "Nikita Karamov <nick@karamoff.dev>",
|
|
"license": "AGPL-3.0-only",
|
|
"private": "true",
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"dev": "gulp watch"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.2.4",
|
|
"browserslist": "^4.14.4",
|
|
"cssnano": "^4.1.10",
|
|
"gulp": "^4.0.2",
|
|
"gulp-postcss": "^9.0.0",
|
|
"gulp-pug": "^4.0.1",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-terser": "^1.4.0",
|
|
"postcss": "^8.2.4",
|
|
"pug": "^3.0.0",
|
|
"sass": "^1.26.11"
|
|
}
|
|
}
|