-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from bstaruk/develop
3.1.0
- Loading branch information
Showing
14 changed files
with
391 additions
and
726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "starbase", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"author": "Brian Staruk <[email protected]>", | ||
"contributors": [ | ||
{ | ||
|
@@ -24,20 +24,19 @@ | |
}, | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.config.prod.js", | ||
"start": "cross-env NODE_ENV=develop webpack serve --config ./webpack/webpack.config.dev.js" | ||
"build": "NODE_ENV=production npx webpack --config ./webpack/webpack.config.prod.js", | ||
"start": "NODE_ENV=develop npx webpack serve --config ./webpack/webpack.config.dev.js" | ||
}, | ||
"keywords": [], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.8", | ||
"@babel/preset-env": "^7.14.8", | ||
"@babel/core": "^7.15.0", | ||
"@babel/preset-env": "^7.15.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.2", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"cross-env": "^7.0.3", | ||
"css-loader": "^6.2.0", | ||
"eslint": "^7.31.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-import-resolver-webpack": "^0.13.1", | ||
|
@@ -46,7 +45,7 @@ | |
"eslint-plugin-prettier": "^3.4.0", | ||
"html-loader": "^2.1.2", | ||
"html-webpack-plugin": "^5.3.2", | ||
"mini-css-extract-plugin": "^2.1.0", | ||
"mini-css-extract-plugin": "^2.2.0", | ||
"node-sass": "^6.0.1", | ||
"path": "^0.12.7", | ||
"prettier": "^2.3.2", | ||
|
@@ -55,7 +54,7 @@ | |
"stylelint": "^13.13.1", | ||
"stylelint-config-standard": "^22.0.0", | ||
"stylelint-webpack-plugin": "^3.0.1", | ||
"webpack": "^5.47.0", | ||
"webpack": "^5.48.0", | ||
"webpack-cli": "^4.7.2", | ||
"webpack-dev-server": "^3.11.2", | ||
"webpack-merge": "^5.8.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters