{ "name": "@growi/plugin-lsx", "version": "4.3.3-RC", "description": "GROWI plugin to list pages", "license": "MIT", "keywords": [ "growi", "growi-plugin" ], "main": "src/index.js", "files": [ "src" ], "scripts": { "build": "yarn tsc && tsc-alias -p tsconfig.build.json", "tsc": "tsc -p tsconfig.build.json", "tsc:w": "yarn tsc -w", "lint:js": "eslint **/*.{js,jsx,ts,tsx}", "lint:styles": "stylelint src/**/*.scss", "lint": "run-p lint:*", "test": "" }, "dependencies": { }, "devDependencies": { "react": "^16.8.3", "react-dom": "^16.8.3" } }