atool-build
Version:
Build tool based on webpack
91 lines (90 loc) • 2.57 kB
JSON
{
"name": "atool-build",
"version": "1.0.8",
"description": "Build tool based on webpack",
"repository": {
"type": "git",
"url": "https://github.com/ant-tool/atool-build"
},
"homepage": "https://github.com/ant-tool/atool-build",
"author": "chencheng <sorrycc@gmail.com>",
"license": "MIT",
"bin": {
"atool-build": "./bin/atool-build"
},
"files": [
"bin",
"lib",
"assets",
"deprecate.js"
],
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib",
"test": "babel-node $(npm bin)/babel-istanbul cover $(npm bin)/_mocha -- --no-timeouts",
"debug": "$(npm bin)/mocha --require babel-core/register --no-timeouts",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint --ext .js src",
"pub": "npm run build && npm publish && rm -rf lib && git push origin",
"postinstall": "node deprecate.js"
},
"pre-commit": [
"lint"
],
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.0",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015-ie": "^6.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bigbrother-webpack-plugin": "^1.1.2",
"build-statistics-webpack-plugin": "^1.0.3",
"case-sensitive-paths-webpack-plugin": "^2.0.0",
"chalk": "^1.1.1",
"commander": "~2.9.0",
"css-loader": "~0.28.0",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.11.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"json-loader": "~0.5.4",
"less": "~2.7.2",
"less-loader": "~2.2.3",
"less-plugin-npm-import": "^2.1.0",
"map-json-webpack-plugin": "~1.2.0",
"node-notifier": "^5.1.2",
"postcss": "^5.2.17",
"postcss-loader": "~1.3.3",
"rucksack-css": "~0.9.1",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"umi-notify": "^0.1.1",
"url-loader": "~0.5.8",
"webpack": "~1.15.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-istanbul": "^0.12.2",
"coveralls": "~2.13.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"expect": "^1.20.2",
"glob": "^7.1.1",
"i18n-webpack-plugin": "^0.3.0",
"mocha": "^3.2.0",
"pre-commit": "~1.2.2"
},
"babel": {
"presets": [
"es2015-ie",
"stage-0"
],
"plugins": [
"add-module-exports"
]
}
}