basic evolution finished

This commit is contained in:
MaxRobinsonTheGreat
2020-07-04 14:01:30 -06:00
parent 8d208ca9cc
commit 9b24e4cc1c
16 changed files with 2878 additions and 7 deletions

View File

@@ -2,10 +2,10 @@
"name": "EvolutionSimulatorV2",
"version": "1.0.0",
"description": "Version 2 of the evolution simulator",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"build": "webpack --mode=production",
"build-dev": "webpack --mode=development",
"build-watch": "webpack --watch --mode=development"
},
@@ -21,6 +21,8 @@
},
"homepage": "https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2#readme",
"devDependencies": {
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
},
"dependencies": {}
}