{ "name": "preact-compat", "amdName": "preactCompat", "version": "3.16.0", "description": "A React compatibility layer for Preact", "main": "dist/preact-compat.js", "minified:main": "dist/preact-compat.min.js", "jsnext:main": "dist/preact-compat.es.js", "module": "dist/preact-compat.es.js", "scripts": { "build": "npm-run-all transpile:* minify size", "transpile:umd": "rollup -c --environment FORMAT:umd", "transpile:es": "rollup -c --environment FORMAT:es", "minify": "cross-var cross-env uglifyjs $npm_package_main -c dead_code,evaluate -m -o $npm_package_minified_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_minified_main}.map", "size": "printf \"gzip size: \" && cross-var cross-env gzip-size $npm_package_minified_main | pretty-bytes", "test": "npm-run-all lint build test:karma", "lint": "eslint src test", "test:karma": "karma start --single-run", "test:watch": "karma start", "prepublish": "npm-run-all build test", "release": "cross-var npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags && npm publish" }, "keywords": [ "preact", "react", "compatibility" ], "repository": { "type": "git", "url": "https://github.com/developit/preact-compat.git" }, "author": "Jason Miller ", "license": "MIT", "bugs": { "url": "https://github.com/developit/preact-compat/issues" }, "homepage": "https://github.com/developit/preact-compat", "devDependencies": { "babel-core": "^6.14.0", "babel-eslint": "^7.0.0", "babel-loader": "^6.2.5", "babel-plugin-transform-react-jsx": "^6.8.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-0": "^6.5.0", "chai": "^3.5.0", "cross-env": "^4.0.0", "cross-var": "^1.0.3", "diff": "^3.0.0", "es5-shim": "^4.5.9", "eslint": "^3.4.0", "gzip-size-cli": "^1.0.0", "karma": "^1.1.2", "karma-chai": "^0.1.0", "karma-chai-sinon": "^0.1.5", "karma-mocha": "^1.1.1", "karma-mocha-reporter": "^2.1.0", "karma-phantomjs-launcher": "^1.0.2", "karma-source-map-support": "^1.2.0", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.1", "mkdirp": "^0.5.1", "mocha": "^3.0.1", "npm-run-all": "^3.1.0", "phantomjs-prebuilt": "^2.1.10", "preact": "^8.1.0", "preact-jsx-chai": "^2.2.1", "pretty-bytes-cli": "^1.0.0", "rollup": "^0.41.1", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-buble": "^0.15.0", "rollup-plugin-commonjs": "^7.0.0", "rollup-plugin-memory": "^2.0.0", "rollup-plugin-node-resolve": "^2.0.0", "sinon": "^1.17.5", "sinon-chai": "^2.8.0", "uglify-js": "^2.7.3", "webpack": "^1.13.2" }, "peerDependencies": { "preact": ">=5" }, "dependencies": { "immutability-helper": "^2.1.2", "preact-render-to-string": "^3.6.0", "preact-transition-group": "^1.1.0", "prop-types": "^15.5.8", "standalone-react-addons-pure-render-mixin": "^0.1.1" } }