ae-biu
Version:
Born For AE, Born To Do
122 lines (121 loc) • 3.49 kB
JSON
{
"name": "ae-biu",
"version": "2.1.0",
"description": "Born For AE, Born To Do",
"main": "index.js",
"files": [
"src",
"bin",
"template"
],
"bin": {
"ae": "bin/ae.js"
},
"scripts": {
"build": "npm run compile",
"flow": "flow",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"compile": "babel src -d bin",
"postversion": "conventional-changelog -p eslint -i ./CHANGELOG.md -s -r 0 && git add ./CHANGELOG.md && git commit -m 'Update CHANGELOG.md'",
"prebuild": "npm run lint && npm run flow",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+http://git.sdp.nd/fed/ae-biu.git"
},
"keywords": [
"AE"
],
"author": {
"name": "kagawagao",
"email": "kingsongao1221@gmail.com",
"url": "http://kingsongao.com"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-preset-flow": "^6.23.0",
"conventional-changelog-cli": "^1.3.9",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-flowtype": "^2.43.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.65.0"
},
"dependencies": {
"@babel/helper-module-imports": "^7.0.0-beta.39",
"address": "^1.0.3",
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.6.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"chalk": "^2.3.0",
"commander": "^2.14.1",
"copy-webpack-plugin": "^4.4.1",
"css-loader": "^0.28.9",
"decompress": "^4.2.0",
"deep-sort-object": "^1.0.2",
"eslint": "^4.17.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^1.1.6",
"filter-string": "^0.2.4",
"flat": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"json-server": "^0.12.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"lodash": "^4.17.5",
"minimatch": "^3.0.4",
"nightwatch": "^0.9.20",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss": "^6.0.17",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.0",
"postcss-nesting": "^4.2.1",
"postcss-reporter": "^5.0.0",
"postcss-rtl-fish": "^1.1.3",
"postcss-url": "^7.3.0",
"progress": "^2.0.0",
"prompt-confirm": "^1.2.0",
"prompt-input": "^3.0.0",
"rimraf": "^2.6.2",
"selenium-standalone": "^6.13.0",
"serve": "^6.4.9",
"server-destroy": "^1.0.1",
"style-loader": "^0.20.1",
"update-notifier": "^2.3.0",
"url": "^0.11.0",
"url-loader": "^0.6.2",
"ts-loader": "^5.2.1",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-server": "2.7.1"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5"
},
"optionalDependencies": {
"fsevents": "^1.1.3"
}
}