@dreamsparkx/parallax
Version:
128 lines (127 loc) • 3.46 kB
JSON
{
"name": "@dreamsparkx/parallax",
"version": "2.0.20",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
"build"
],
"types": "build/index.d.ts",
"description": "apple tv parallax",
"scripts": {
"build": "rollup -c",
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepublishOnly": "npm run build",
"format": "prettier --write 'src/**/*.{ts,tsx,js}'",
"deploy-storybook": "storybook-to-ghpages --ci",
"semantic-release": "semantic-release",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "https://github.com/dreamsparkx/apple-tv-parallax.git"
},
"keywords": [
"React",
"Component",
"Library",
"Rollup",
"Typescript",
"Sass",
"Storybook",
"Apple",
"TV",
"Apple TV",
"Parallax"
],
"author": "Gaurav Bharti",
"license": "MIT",
"bugs": {
"url": "https://github.com/dreamsparkx/apple-tv-parallax/issues"
},
"homepage": "https://github.com/dreamsparkx/apple-tv-parallax",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^11.2.0",
"@storybook/addon-actions": "^6.1.17",
"@storybook/addon-essentials": "^6.1.20",
"@storybook/addon-links": "^6.1.17",
"@storybook/react": "^6.1.20",
"@storybook/storybook-deployer": "^2.8.7",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.21",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/storybook__react": "^5.2.1",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"husky": "^4.3.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"react": "17.0.1",
"react-dom": "^16.14.0",
"require-context.macro": "^1.2.2",
"rollup": "^2.42.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-typescript2": "^0.29.0",
"sass-loader": "^10.1.1",
"semantic-release": "^17.4.2",
"styled-components": "^5.2.1",
"ts-jest": "^26.5.4",
"typescript": "^4.1.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"npm run format",
"npm run lint"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"storybook-deployer": {
"gitUsername": "dreamsparkx",
"gitEmail": "dreamsparks@outlook.com",
"commitMessage": "Deploy Storybook to GitHub Pages [ci skip]"
},
"release": {
"branches": [
"master"
]
},
"publishConfig": {
"access": "public"
}
}