actless
Version:
Static website generator/scaffolding tool based on wig
75 lines (74 loc) • 1.97 kB
JSON
{
"name": "actless",
"version": "10.1.1",
"description": "Static website generator/scaffolding tool based on wig",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"actless": "./bin/actless.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zk33/actless.git"
},
"keywords": [
"wig",
"nunjucks",
"cms"
],
"author": "Takaaki Yamazaki (@zk33)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zk33/actless/issues"
},
"homepage": "https://github.com/zk33/actless#readme",
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@hail2u/css-mqpacker": "github:hail2u/node-css-mqpacker#v9.0.1",
"@types/node": "^18.15.3",
"babel-loader": "^9.1.2",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"commander": "^10.0.0",
"concat-stream": "^2.0.0",
"cssnano": "^6.0.1",
"factor-bundle": "^2.5.0",
"glob": "^9.3.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-consolidate": "^0.2.0",
"gulp-file": "^0.4.0",
"gulp-flatmap": "^1.0.2",
"gulp-iconfont": "^11.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-svgmin": "^4.1.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"gulp-webserver": "^0.9.1",
"lodash": "^4.17.21",
"ncp": "^2.0.0",
"nunjucks": "^3.2.3",
"open": "^8.4.2",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.4.2",
"react": "^18.2.0",
"sanitize.css": "^13.0.0",
"sass": "^1.59.3",
"stylelint": "^15.2.0",
"typescript": "^4.9.5",
"walk-sync": "^3.0.0",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"wig": "^1.0.14"
}
}