{ "name": "@a2nt/silverstripe-progressivewebapp", "version": "1.8.8", "author": "Tony Air ", "license": "MIT", "description": "SilverStripe Service Worker", "private": false, "main": "client/src/app.js", "repository": { "type": "git", "url": "git+https://github.com/a2nt/silverstripe-progressivewebapp.git" }, "engines": { "yarn": ">= 1.0.0" }, "scripts": { "start": "cross-env NODE_ENV=development webpack-dev-server --https -d --config webpack.config.js", "dash": "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.js", "build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js --progress", "lint:check": "eslint ./client/src --config .eslintrc && sass-lint ./client/src --config .sasslintrc -v -q", "lint:fix": "eslint ./client/src --config .eslintrc --fix && sass-lint ./client/src --config .sasslintrc -v -q --fix", "lint:js": "eslint ./client/src --config .eslintrc", "lint:sass": "sass-lint ./client/src --config .sasslintrc -v -q", "prebuild": "yarn lint:fix && rimraf dist", "prepare": "yarn lint:fix && yarn build", "prunecaches": "rimraf ./node_modules/.cache/", "postinstall": "npm run prunecaches", "postuninstall": "npm run prunecaches", "preinstall": "npx only-allow pnpm" }, "browserslist": [ "defaults", "ie>=11" ], "dependencies": { "jquery": "^3.5.1", "yarn": "^1.22.10" }, "devDependencies": { "@a2nt/image-sprite-webpack-plugin": "^0.2.5", "@babel/core": "^7.12.3", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-transform-react-jsx": "^7.12.5", "@babel/preset-env": "^7.12.1", "@google/markerclusterer": "^2.0.9", "animate.css": "^4.1.1", "ansi-html": "^0.0.7", "ansi-regex": "^5.0.0", "autoprefixer": "^9.8.6", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "copy-webpack-plugin": "^6.3.0", "croppie": "^2.6.5", "cross-env": "^7.0.2", "css-loader": "^4.3.0", "eslint": "^7.12.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jquery": "^1.5.1", "eslint-plugin-react": "^7.21.5", "exports-loader": "^1.1.1", "favicons-webpack-plugin": "4.2.0", "file-loader": "^6.2.0", "font-awesome": "^4.7.0", "hard-source-webpack-plugin": "^0.13.1", "html-entities": "^1.3.1", "html-loader": "^1.3.2", "html-webpack-plugin": "^4.5.0", "imagemin-gifsicle": "^7.0.0", "imagemin-jpegtran": "^7.0.0", "imagemin-optipng": "^8.0.0", "imagemin-svgo": "^8.0.0", "imagemin-webpack": "^5.1.1", "loglevel": "^1.7.0", "mini-css-extract-plugin": "^0.11.3", "node-sass": "^4.14.1", "optimize-css-assets-webpack-plugin": "^5.0.4", "postcss-loader": "^4.0.4", "react-hot-loader": "^4.13.0", "resolve-url-loader": "^3.1.2", "rimraf": "^3.0.2", "routie": "0.0.1", "sass-lint": "^1.13.1", "sass-lint-fix": "^1.12.1", "sass-loader": "^10.0.5", "script-ext-html-webpack-plugin": "^2.1.5", "sockjs-client": "^1.5.0", "strip-ansi": "^6.0.0", "style-loader": "^1.3.0", "svg-url-loader": "^6.0.0", "terser-webpack-plugin": "^4.2.3", "url-loader": "^4.1.1", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "webpack-manifest-plugin": "^2.2.0", "webpack-merge": "^5.3.0" }, "stylelint": { "rules": { "block-no-empty": null, "color-no-invalid-hex": true, "comment-empty-line-before": [ "always", { "ignore": [ "stylelint-commands", "after-comment" ] } ], "declaration-colon-space-after": "always", "indentation": [ 4, { "except": [ "value" ] } ], "max-empty-lines": 2, "rule-empty-line-before": [ "always", { "except": [ "first-nested" ], "ignore": [ "after-comment" ] } ], "unit-whitelist": [ "em", "rem", "%", "s", "px" ] } } }