UNPKG

@phantomstudios/ft-react-components

Version:

A collection of UI/utility React/NextJS components for Phantom FT sites

82 lines (81 loc) 2.64 kB
{ "name": "@phantomstudios/ft-react-components", "description": "A collection of UI/utility React/NextJS components for Phantom FT sites", "version": "0.3.0-rc4", "main": "lib/index.js", "types": "lib/index.d.ts", "homepage": "https://github.com/phantomstudios/ft-react-components#readme", "repository": { "type": "git", "url": "https://github.com/phantomstudios/ft-react-components.git" }, "keywords": [ "react", "hooks", "hook", "react-hook", "FT" ], "scripts": { "build": "tsc", "build:types": "tsc --emitDeclarationOnly", "prepublishOnly": "npm run build", "test": "jest --verbose", "test:watch": "jest --verbose --watch", "coverage": "jest --coverage", "lint": "NODE_ENV=test npm-run-all --parallel lint:*", "lint:js": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", "lint:format": "prettier \"**/*.{md,html,yaml,yml}\" --check", "lint:type-check": "tsc --noEmit", "fix": "npm-run-all --sequential fix:*", "fix:js": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix", "fix:format": "prettier \"**/*.{md,html,yaml,yml}\" --write", "depcheck": "npx npm-check --update" }, "author": "Dhia Shakiry (dhia@phntms.com)", "license": "MIT", "peerDependencies": { "@financial-times/o-footer": "^9.2.9", "@financial-times/o-header": "^11.1.1", "classnames": "^2.3.1", "next": ">=14.0.0", "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@babel/preset-env": "^7.14.2", "@babel/preset-typescript": "^7.13.0", "@financial-times/o-footer": "^9.2.10", "@financial-times/o-header": "^11.2.0", "@financial-times/o-tracking": "^4.9.0", "@financial-times/o-viewport": "^5.1.2", "@testing-library/react": "^16.2.0", "@types/jest": "^26.0.23", "@types/react": "^18.0.0", "@types/react-test-renderer": "^18.0.2", "@types/youtube": "^0.1.00", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "babel-eslint": "^10.1.0", "babel-jest": "^29.7.0", "classnames": "^2.3.1", "eslint": "^8.57.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.3", "eslint-plugin-prettier": "^5.2.5", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^29.7.0", "next": "^14.2.15", "npm-run-all": "^4.1.5", "prettier": "^3.5.3", "react": "^18.0.2", "react-dom": "^18.0.2", "react-test-renderer": "^18.0.2", "ts-jest": "^29.2.5", "typescript": "^5.8.2" }, "dependencies": { "@phantomstudios/ft-lib": "^0.5.0-rc5" } }