react-app-rewire-multiple-entry
Version:
Multiple Entry Support for Create-React-App
75 lines (74 loc) • 2.09 kB
JSON
{
"name": "react-app-rewire-multiple-entry",
"version": "2.2.3",
"description": "Multiple Entry Support for Create-React-App",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix .",
"prepublish": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\""
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Derek-Hu/react-app-rewire-multiple-entry.git"
},
"keywords": [
"react",
"create-react-app",
"react-app-rewire",
"rewire",
"multi",
"multiple",
"entry",
"webpack"
],
"author": "benlv <992110146@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Derek-Hu/react-app-rewire-multiple-entry/issues"
},
"homepage": "https://github.com/Derek-Hu/react-app-rewire-multiple-entry#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{json,css,md}": [
"prettier --single-quote --write",
"git add"
],
"*.{js}": [
"prettier --single-quote --write",
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
"@babel/preset-env": "^7.4.1",
"@babel/preset-typescript": "^7.3.3",
"@types/node": "^12.12.14",
"@types/xxhashjs": "^0.2.1",
"eslint": "^5.14.1",
"eslint-plugin-node": "^8.0.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.4",
"prettier": "^1.16.4",
"typescript": "^4.7.2"
},
"dependencies": {
"xxhashjs": "^0.2.2"
}
}