updated packages

This commit is contained in:
MaxRobinsonTheGreat
2022-09-17 20:29:42 -05:00
parent 3ef2408e5f
commit 066245f532
3 changed files with 4298 additions and 14 deletions

View File

@@ -17,6 +17,7 @@ This is the second version of the [original evolution simulator](https://github.
- Clone this repository
- In terminal/powershell, go to the repository and run `npm install`
- Run `npm run build` (or `npm run build-watch` for a better developer experience)
- If you get a `Can't resolve jquery` error message run `npm install --save jquery`
- Open `dist/index.html` in your browser. The simulation should start running.
To load custom creations (found in `/dist/assets`), you must have a simple web server that serves all files in the dist directory. I do this with python:

4307
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,5 +24,7 @@
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
"dependencies": {
"jquery": "^3.6.1"
}
}