UNPKG

@brizy/media-gallery

Version:
110 lines (109 loc) 3.5 kB
{ "name": "@brizy/media-gallery", "version": "1.1.9", "description": "Media Gallery", "author": "brizy.io", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "i18n": "i18next", "tsc": "tsc -p tsconfig-check.json", "test": "NODE_ENV=test jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "clean": "rimraf lib/ dist/", "prettier:check": "prettier --config ../../.prettierrc --check \"**/*.*\"", "prettier:write": "prettier --config ../../.prettierrc --write \"**/*.*\"", "codestyle:check": "npm run tsc && npm run test && npm run lint && npm run prettier:check", "build": "npm run clean && gulp build --prod && npx swc src --config-file .swcrc.json -d lib && tsc -p tsconfig.build.json --emitDeclarationOnly", "start": "npm run clean && concurrently --kill-others \"npx swc src --config-file .swcrc.json -d lib --watch\" \"tsc -p tsconfig.build.json --watch --emitDeclarationOnly\" \"gulp build ---watch\"", "localization": "node localization.ts && ../../.github/workflows/ci_cd/localization.sh" }, "directories": {}, "devDependencies": { "@swc/cli": "^0.1.62", "@swc/core": "^1.3.61", "@swc/jest": "^0.2.26", "@types/enzyme": "^3.10.5", "@types/enzyme-to-json": "^1.5.3", "@types/jest": "^29.5.2", "@types/node": "^20.2.5", "@types/ramda": "^0.27.4", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.2", "@types/react-redux": "^7.1.8", "@types/redux-mock-store": "^1.0.2", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "autoprefixer": "^10.4.16", "clean-css": "^5.3.2", "concurrently": "^8.2.0", "del": "^5.1.0", "enzyme": "^3.11.0", "enzyme-to-json": "^3.4.4", "eslint": "^8.41.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-i18next": "^6.0.0-2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^4.6.0", "fs": "^0.0.1-security", "gulp": "^4.0.2", "gulp-concat": "^2.6.1", "gulp-cssimport": "^7.0.0", "gulp-postcss": "^9.0.1", "i18next-parser": "^8.0.0", "jest": "^29.5.0", "jest-cli": "^29.5.0", "jest-date-mock": "^1.0.8", "postcss-url": "^10.1.3", "prettier": "^2.4.1", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.9.5" }, "repository": { "type": "git", "url": "git+https://github.com/bagrinsergiu/brizy-media-gallery.git" }, "keywords": [ "brizy", "Media Gallery", "react" ], "bugs": { "url": "https://github.com/bagrinsergiu/brizy-media-gallery/issues" }, "homepage": "https://github.com/bagrinsergiu/brizy-media-gallery#readme", "dependencies": { "@brizy/ui": "^0.9.92", "@brizy/ui-icons": "^0.0.50", "@lukeed/uuid": "^2.0.1", "flux-standard-action": "^2.1.1", "fp-utilities": "^1.1.2", "i18next": "^22.5.0", "ramda": "^0.27.0", "react-i18next": "^12.3.1", "react-redux": "^8.0.7", "redux": "^4.0.5", "redux-batched-actions": "^0.5.0", "redux-mock-store": "^1.5.4", "redux-observable": "^2.0.0", "rxjs": "^7.8.1" }, "peerDependencies": { "react": ">=17.0.2", "react-dom": ">=17.0.2" }, "files": [ "package.json", "package-lock.json", "LICENSE", "README.md", "lib", "dist", "locales" ] }