Last active
May 14, 2018 12:15
-
-
Save lukencode/017c8d2105498c32c1bfe9bc87711ad7 to your computer and use it in GitHub Desktop.
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
{ | |
"name": "austechjobs", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"dev": "cross-env ASPNETCORE_ENVIRONMENT=Development NODE_ENV=development dotnet run", | |
"watch": "webpack --watch --mode=development", | |
"build": "webpack --mode=production --optimize-minimize", | |
"build:dev": "webpack --mode=development" | |
}, | |
"author": "Luke Lowrey", | |
"license": "ISC", | |
"devDependencies": { | |
"babel-core": "^6.26.0", | |
"babel-loader": "^7.1.4", | |
"babel-preset-es2015": "^6.24.1", | |
"css-loader": "^0.28.11", | |
"extract-text-webpack-plugin": "^4.0.0-beta.0", | |
"node-sass": "^4.8.3", | |
"sass-loader": "^6.0.7", | |
"style-loader": "^0.20.3", | |
"webpack": "^4.8.3", | |
"webpack-cli": "^2.0.14", | |
"webpack-dev-server": "^3.1.1", | |
"cross-env": "^5.1.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment