UNPKG

@epoint-fe/fe-tool

Version:
42 lines (41 loc) 1.06 kB
{ "name": "@epoint-fe/fe-tool", "version": "1.3.1", "description": "epoint frontend build tools", "main": "bin/fe-tool", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "pub": "npm publish . --access=public" }, "bin": { "fe-tool": "./bin/fe-tool" }, "repository": { "type": "git", "url": "git@github.com:cdswyda/epoint-f9-frame-tool.git" }, "author": "Douglas Chen", "license": "MIT", "dependencies": { "archiver": "^3.1.1", "autoprefixer": "^9.8.8", "browser-sync": "^2.26.7", "chalk": "^3.0.0", "chalk-animation": "^1.6.0", "cssnano": "^5.1.13", "figlet": "^1.5.2", "fs-extra": "^9.0.0", "gulp": "^4.0.2", "gulp-dart-sass": "^0.9.1", "gulp-footer": "^2.1.0", "gulp-postcss": "^9.0.1", "gulp-rename": "^2.0.0", "gulp-uglify": "^3.0.2", "inquirer": "^7.1.0", "postcss": "^8.4.23", "postcss-sass": "^0.4.2", "postcss-scss": "^2.0.0", "sass": "^1.26.3", "yargs": "^15.3.1" } }