react-pose-15
Version:
A declarative animation library for React 15+
128 lines (127 loc) • 3.47 kB
JSON
{
"name": "react-pose-15",
"version": "1.0.0",
"description": "A declarative animation library for React 15+",
"main": "./lib/index.js",
"module": "./dist/react-pose-15.es.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "npm run clean && rollup -c && npm run build:ts && npm run measure",
"clean": "rm -rf lib dist",
"build:ts": "tsc",
"watch": "rollup -c -w",
"test": "jest",
"measure": "gzip -c dist/react-pose-15.js | wc -c",
"prettier": "prettier ./src/* --write",
"prepublishOnly": "npm run prettier && npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/itsjonq/react-pose-15/"
},
"keywords": [
"animation",
"dom",
"declarative",
"popmotion",
"react",
"react animation",
"react 15"
],
"author": "Jon Quach",
"originalAuthor": "Matt Perry",
"license": "MIT",
"presets": [
"env"
],
"peerDependencies": {
"react": "^16 || ^15",
"react-dom": "^16 || ^15"
},
"devDependencies": {
"@popmotion/easing": "^1.0.1",
"@storybook/addon-actions": "^3.4.11",
"@storybook/addon-links": "^3.4.11",
"@storybook/addons": "^3.4.11",
"@storybook/react": "^3.4.11",
"@types/enzyme": "^3.1.13",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.5",
"@types/react": "^16.3.16",
"@types/react-dom": "^16.0.7",
"@types/storybook__react": "^3.0.9",
"awesome-typescript-loader": "^4.0.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-export-extensions": "^6.4.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.17.0",
"babel-register": "^6.3.13",
"babel-runtime": "^6.26.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-15": "^1.1.1",
"framesync": "^4.0.1",
"jest": "^23.1.0",
"jest-cli": "^23.1.0",
"jest-enzyme": "^6.0.4",
"popmotion": "^8.4.1",
"pose-core": "^2.0.0",
"prettier": "1.11.1",
"prop-types": "^15.6.2",
"react": "^15",
"react-dom": "^15",
"react-test-renderer": "^15.6.2",
"rollup": "^0.59.1",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript2": "^0.14.0",
"rollup-plugin-uglify": "^3.0.0",
"style-value-types": "^3.0.7",
"stylefire": "^2.1.0",
"ts-jest": "^22.4.6",
"typescript": "^2.9.2",
"webpack": "^3.12.0"
},
"dependencies": {
"@emotion/is-prop-valid": "^0.6.5",
"create-react-context": "^0.2.3",
"hey-listen": "^1.0.5",
"popmotion-pose": "^3.3.2",
"react-is": "^16.5.1",
"tslib": "^1.9.1"
},
"unpkg": "./dist/react-pose-15.js",
"prettier": {
"parser": "typescript",
"singleQuote": true
},
"resolutions": {
"jest": "^23.1.0",
"react": "^15",
"react-dom": "^15"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"\\.(ts|tsx)$": "ts-jest"
},
"testRegex": "/__tests__/.*\\.(ts|tsx|js)$",
"rootDir": "src",
"globals": {
"ts-jest": {
"tsConfigFile": "../tsconfig.jest.json"
}
}
}
}