mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.0 to 16.13.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.13.1/packages/react-dom) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "homebrewery",
|
|
"description": "Create authentic looking D&D homebrews using only markdown",
|
|
"version": "2.8.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/naturalcrit/homebrewery.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "node scripts/dev.js",
|
|
"quick": "node scripts/quick.js",
|
|
"build": "node scripts/build.js",
|
|
"lint": "eslint --fix **/*.{js,jsx}",
|
|
"lint:dry": "eslint **/*.{js,jsx}",
|
|
"circleci": "npm test && eslint **/*.{js,jsx} --max-warnings=0",
|
|
"verify": "npm run lint && npm test",
|
|
"test": "pico-check",
|
|
"test:dev": "pico-check -v -w",
|
|
"phb": "node scripts/phb.js",
|
|
"prod": "set NODE_ENV=production && npm run build",
|
|
"postinstall": "npm run build",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "stolksdorf",
|
|
"license": "MIT",
|
|
"eslintIgnore": [
|
|
"build/*"
|
|
],
|
|
"pico-check": {
|
|
"require": "./tests/test.init.js"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"env",
|
|
"react"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"body-parser": "^1.19.0",
|
|
"classnames": "^2.2.6",
|
|
"codemirror": "^5.52.2",
|
|
"cookie-parser": "^1.4.5",
|
|
"create-react-class": "^15.6.3",
|
|
"express": "^4.17.1",
|
|
"jwt-simple": "^0.5.6",
|
|
"lodash": "^4.17.15",
|
|
"marked": "^0.3.19",
|
|
"moment": "^2.24.0",
|
|
"mongoose": "^5.9.9",
|
|
"nconf": "^0.10.0",
|
|
"pico-router": "^2.1.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"shortid": "^2.2.15",
|
|
"superagent": "^5.2.2",
|
|
"vitreum": "^4.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"pico-check": "^1.3.2"
|
|
}
|
|
}
|