ada
Version:
a simple frentend build tool
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "ada",
"version": "0.0.9",
"description": "a simple frentend build tool",
"main": "index.js",
"bin": {
"ada": "bin/ada.js"
},
"scripts": {
"test": "node bin/ada.js build --cwd docs"
},
"repository": {
"type": "git",
"url": "https://github.com/ccbikai/ada"
},
"keywords": [
"webpack",
"postcss",
"scss"
],
"author": "ccbikai <ccbikai@qq.com> (http://miantiao.me/)",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"install": "^0.10.2",
"node-sass": "^4.7.2",
"npm": "^5.5.1",
"postcss-loader": "^2.0.9",
"postcss-pxtorem": "^4.0.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.5",
"webpack-spritesmith": "^0.3.3",
"yargs": "^10.0.3"
}
}