| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "growi",
- "version": "4.3.3-RC",
- "description": "Team collaboration software using markdown",
- "tags": [
- "wiki",
- "communication",
- "documentation",
- "collaboration"
- ],
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "contributors": [],
- "license": "MIT",
- "homepage": "https://growi.org",
- "repository": {
- "type": "git",
- "url": "https://github.com/weseek/growi.git"
- },
- "bugs": {
- "url": "https://github.com/weseek/growi/issues"
- },
- "private": true,
- "workspaces": {
- "packages": ["packages/*"],
- "nohoist": ["**/slackbot-proxy/bootstrap"]
- },
- "scripts": {
- "start": "yarn app:server",
- "prestart": "yarn app:build",
- "app:build": "yarn lerna run build --scope @growi/app --scope @growi/slack --scope @growi/plugin-pukiwiki-like-linker",
- "app:server": "yarn lerna run server --scope @growi/app",
- "slackbot-proxy:build": "yarn lerna run build --scope @growi/slackbot-proxy --scope @growi/slack",
- "slackbot-proxy:server": "yarn lerna run start:prod --scope @growi/slackbot-proxy",
- "version": "node -p \"require('./package.json').version\"",
- "//// scripts for backward compatibility": "",
- "build:prod": "echo !!! CAUTION !!! ==> The script 'build:prod' is deprecated. Use 'yarn app:build' instead. && yarn app:build",
- "server:prod": "echo !!! CAUTION !!! ==> The script 'server:prod' is deprecated. Use 'yarn app:build' instead. && yarn app:server"
- },
- "dependencies": {
- },
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^4.28.5",
- "@typescript-eslint/parser": "^4.28.5",
- "eslint": "^7.31.0",
- "eslint-config-weseek": "^1.1.0",
- "eslint-import-resolver-typescript": "^2.4.0",
- "eslint-plugin-import": "^2.23.4",
- "eslint-plugin-jest": "^24.3.2",
- "eslint-plugin-react": "^7.24.0",
- "eslint-plugin-react-hooks": "^4.2.0",
- "lerna": "^4.0.0"
- },
- "engines": {
- "node": "^12 || ^14",
- "npm": ">=6.11.3 <7",
- "yarn": ">=1.19.1 <2"
- }
- }
|