@baaz/buildpack
Version:
Build/Layout optimization tooling and framework adapters for the PWA
104 lines (103 loc) • 2.64 kB
JSON
{
"name": "@baaz/buildpack",
"version": "1.1.3",
"publishConfig": {
"access": "public"
},
"description": "Build/Layout optimization tooling and framework adapters for the PWA",
"main": "index.js",
"bin": {
"buildpack": "bin/buildpack"
},
"scripts": {
"clean": " "
},
"repository": {
"type": "git",
"url": "git+https://github.com/dominicg666/buildpack.git"
},
"keywords": [
"react pwa",
"react_pwa",
"@react_pwa",
"buildpack",
"react",
"pwa",
"babel",
"webpack"
],
"author": "Dominic George",
"license": "ISC",
"homepage": "https://github.com/dominicg666/buildpack#readme",
"bugs": {
"url": "https://github.com/dominicg666/buildpack/issues"
},
"dependencies": {
"@babel/core": "~7.10.2",
"@babel/preset-env": "~7.10.2",
"@babel/preset-react": "~7.10.1",
"autoprefixer": "~9.8.0",
"babel-loader": "~8.1.0",
"css-loader": "~3.6.0",
"html-loader": "~1.1.0",
"html-webpack-plugin": "~4.3.0",
"lodash": "~4.17.15",
"node-html-parser": "~1.2.19",
"pertain": "~0.2.0",
"pkg-dir": "~4.1.0",
"postcss-loader": "~3.0.0",
"precss": "~4.0.0",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"sass": "~1.26.8",
"sass-loader": "~8.0.2",
"style-loader": "~1.2.1",
"terser-webpack-plugin": "~3.0.5",
"webpack": "~4.43.0",
"webpack-cli": "~3.3.11",
"webpack-dev-server": "~3.11.0",
"word-wrap": "^1.2.3",
"workbox-webpack-plugin": "~5.1.3",
"write-file-webpack-plugin": "~4.5.1"
},
"devDependencies": {
"@babel/core": "~7.10.2",
"@babel/preset-env": "~7.10.2",
"@babel/preset-react": "~7.10.1",
"autoprefixer": "~9.8.0",
"babel-loader": "~8.1.0",
"css-loader": "~3.6.0",
"html-loader": "~1.1.0",
"html-webpack-plugin": "~4.3.0",
"lodash": "~4.17.15",
"node-html-parser": "~1.2.19",
"pertain": "~0.2.0",
"postcss-loader": "~3.0.0",
"precss": "~4.0.0",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"sass": "~1.26.8",
"sass-loader": "~8.0.2",
"style-loader": "~1.2.1",
"terser-webpack-plugin": "~3.0.5",
"webpack": "~4.43.0",
"webpack-cli": "~3.3.11",
"webpack-dev-server": "~3.11.0",
"workbox-webpack-plugin": "~5.1.3",
"write-file-webpack-plugin": "~4.5.1"
},
"peerDependencies": {
"babel-loader": "~8.1.0",
"css-loader": "~3.6.0",
"terser-webpack-plugin": "~3.0.5",
"webpack": "~4.43.0",
"workbox-webpack-plugin": "~5.1.3"
},
"engines": {
"node": ">=10.x",
"yarn": ">=1.12.0"
},
"pwa-react": {
"targets": {}
}
}