File: //proc/1526/task/1529/cwd/tana/frontend/package.json
{
"name": "tana-web",
"version": "1.0.0",
"description": "Tana website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"kss": "kss",
"start": "npm run build:dev && npm run open:styleguide && concurrently \"gulp development\" \"npm run watch:styleguide\"",
"build:dev": "gulp clean && gulp build && npm run build:styleguide",
"build:prod": "gulp clean && gulp build --production && npm run build:styleguide",
"sync": "git pull && npm start",
"watch:styleguide": "onchange ./src/assets/style/**/*.scss -- npm run build:styleguide",
"build:styleguide": "kss --config kss-config.json",
"styleguide": "npm run build && npm run build:styleguide && npm run open:styleguide",
"open:styleguide": "opn styleguide/index.html",
"deploy": "npm run build && gulp deploy"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^8.5.0",
"browser-sync": "^2.24.5",
"concurrently": "^3.6.0",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"imagemin-pngquant": "^5.1.0",
"kss": "^3.0.0-beta.23",
"michelangelo": "^0.8.0",
"natives": "^1.1.6",
"onchange": "^4.1.0",
"opn-cli": "^3.1.0",
"vinyl-ftp": "^0.6.1",
"yargs": "^14.0.0"
}
}