UNPKG

amp-react-renderer-plugin

Version:

:zap:Plugin make it painless to create React component based AMP page:zap:

51 lines (50 loc) 1.4 kB
{ "name": "amp-react-renderer-plugin", "version": "0.1.7", "description": ":zap:Plugin make it painless to create React component based AMP page:zap:", "main": "./index-compiled.js", "repository": "git@github.com:jimmy319/amp-react-renderer-plugin.git", "author": "CR Jimmy <jimmy74319@gmail.com>", "license": "MIT", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "amphtml-validator": "^1.0.23", "babel-loader": "^8.2.2", "babel-plugin-css-modules-transform": "^1.6.2", "css-loader": "^2.0.0", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.3", "react": "^16.8.6", "react-ampify": "^0.0.1", "react-dom": "^16.8.6", "standard": "^11.0.1", "webpack": "^5.12.2", "webpack-cli": "4.3.1" }, "peerDependencies": { "react": "^16.2.0", "react-dom": "^16.2.0", "webpack": "4.x.x || 5.x.x" }, "keywords": [ "amp", "amp-html", "react", "webpack", "webpack-plugin", "plugin" ], "scripts": { "build": "babel index.js --out-file index-compiled.js", "test": "webpack --config webpack.test.config.js && jest && codecov", "test:watch": "jest --watch", "precommit": "lint-staged" }, "jest": { "coverageDirectory": "./coverage/", "collectCoverage": true } }