@bnorth/build
Version:
bnorth unique build tool
99 lines (98 loc) • 3.1 kB
JSON
{
"name": "@bnorth/build",
"version": "4.1.1",
"description": "bnorth unique build tool",
"keywords": [
"react",
"bnorth",
"build"
],
"author": "able99 <8846755@qq.com>",
"homepage": "https://github.com/able99",
"license": "MIT",
"bin": {
"bnorth-build": "./bin/cli.js"
},
"files": [
"lib",
"bin",
"config"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/able99/bnorth.git"
},
"bugs": {
"url": "https://github.com/able99/bnorth/issues"
},
"scripts": {
"build": "node -v"
},
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.5.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.5.5",
"@babel/runtime-corejs2": "^7.5.5",
"acorn": "^6.3.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"body-parser": "^1.18.2",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"copy-webpack-plugin": "^4.5.1",
"core-js": "^2.6.9",
"cross-env": "^5.1.4",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.11",
"eslint": "^5.16.0",
"eslint-config-react-app": "^3.0.8",
"eslint-loader": "^2.2.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"express-http-proxy": "^1.2.0",
"file-loader": "^1.1.11",
"fs-extra": "^4.0.2",
"html-webpack-plugin": "^3.2.0",
"install": "^0.13.0",
"mini-css-extract-plugin": "^0.8.0",
"mockjs": "^1.0.1-beta3",
"npm": "^6.11.3",
"raw-loader": "^0.5.1",
"react-dev-utils": "^9.1.0",
"rimraf": "^2.6.2",
"style-loader": "^0.19.0",
"through2": "^2.0.3",
"url-loader": "^1.0.1",
"vinyl-fs": "^3.0.3",
"watch": "^1.0.2",
"webpack": "^4.16.5",
"webpack-api-mocker": "^1.6.6",
"webpack-dev-server": "^3.2.1",
"webpack-visualizer-plugin": "^0.1.11",
"yargs": "^11.1.0"
},
"gitHead": "f91979a9f1bfb32f9f5826a79f4b1bb8de4af651"
}