windhamdavid 4 years ago
parent
commit
ad8a9a299e
2 changed files with 70 additions and 1 deletions
  1. 68 0
      package.json
  2. 2 1
      readme.md

+ 68 - 0
package.json

@@ -0,0 +1,68 @@
+{
+	"name": "hp",
+	"description": "a spot on the interwebs",
+   "version": "1.0.0",
+	"author": "@windhamdavid",
+	"theme_uri": "https://github.com/windhamdavid/hp",
+	"author_uri": "https://davidwindham.com",
+	"text_domain": "hp",
+	"license": "GPL-3.0",
+   "private": true,
+	"repository": {
+		"type": "git",
+		"url": "https://github.com/windhamdavid/hp"
+	},
+   "main": "index.js",
+   "scripts": {
+     "build": "webpack --mode=production",
+     "dev": "webpack --watch",
+     "eslint": "eslint \"src/**/*.{js,jsx}\" --quiet",
+     "eslint:fix": "eslint \"src/**/*.{js,jsx}\" --quiet --fix",
+     "format": "prettier --write \"src/**/*.{js,jsx,scss}\"",
+     "stylelint": "stylelint \"src/**/*.{css,scss}\"",
+     "stylelint:fix": "stylelint \"src/**/*.{css,scss}\" --fix"
+   },
+   "devDependencies": {
+     "@babel/cli": "^7.6.2",
+     "@babel/core": "^7.6.2",
+     "@babel/preset-env": "^7.6.2",
+     "autoprefixer": "^9.6.4",
+     "babel-eslint": "^10.0.3",
+     "babel-loader": "^8.0.6",
+     "browser-sync": "^2.26.7",
+     "browser-sync-webpack-plugin": "^2.2.2",
+     "css-loader": "^3.2.0",
+     "css-mqpacker": "^7.0.0",
+     "eslint": "^6.5.1",
+     "eslint-config-prettier": "^6.4.0",
+     "eslint-config-wordpress": "^2.0.0",
+     "eslint-loader": "^3.0.2",
+     "eslint-plugin-prettier": "^3.1.1",
+     "extract-text-webpack-plugin": "^3.0.2",
+     "file-loader": "^4.2.0",
+     "img-loader": "^3.0.1",
+     "mini-css-extract-plugin": "^0.8.0",
+     "node-sass": "^4.12.0",
+     "optimize-css-assets-webpack-plugin": "^5.0.3",
+     "postcss-loader": "^3.0.0",
+     "prettier": "^1.18.2",
+     "sass-loader": "^8.0.0",
+     "style-loader": "^1.0.0",
+     "stylelint": "^11.0.0",
+     "stylelint-config-recommended-scss": "^4.0.0",
+     "stylelint-config-wordpress": "^15.0.0",
+     "stylelint-order": "^3.1.1",
+     "stylelint-scss": "^3.11.1",
+     "stylelint-webpack-plugin": "^1.0.1",
+     "svg-sprite-loader": "^4.1.6",
+     "svgo": "^1.3.0",
+     "svgo-loader": "^2.2.1",
+     "uglifyjs-webpack-plugin": "^2.2.0",
+     "webpack": "^4.41.0",
+     "webpack-cli": "^3.3.9",
+     "wp-pot-cli": "^1.2.4"
+   },
+   "dependencies": {
+     "@babel/polyfill": "^7.6.0"
+   }
+ }

+ 2 - 1
readme.md

@@ -6,6 +6,7 @@ Just another WordPress project for -  [https://hospicepiedmont.org/](https://hos
 - [Wordpress](https://github.com/WordPress/WordPress)
 - [Wordpress](https://github.com/WordPress/WordPress)
 - [Node](https://github.com/nodejs/node)
 - [Node](https://github.com/nodejs/node)
 - [NPM](https://github.com/npm/npm)
 - [NPM](https://github.com/npm/npm)
+- [Webpack](https://github.com/webpack/webpack)
 - [BrowserSync](https://github.com/BrowserSync/browser-sync)
 - [BrowserSync](https://github.com/BrowserSync/browser-sync)
 
 
 
 
@@ -63,4 +64,4 @@ Just another WordPress project for -  [https://hospicepiedmont.org/](https://hos
    - remove extra sizes / duplicates
    - remove extra sizes / duplicates
    - remove useless files thumbs.db/index.html
    - remove useless files thumbs.db/index.html
    - convert .tif -> .jpg
    - convert .tif -> .jpg
-   - strip thumbnail sizes and regenerate
+   - strip thumbnail sizes and regenerate