-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "irma5",
"version": "1.0.0",
"description": "'irma5' is an Artificial Life simulator, where organisms are created from complex molecules/programs and atoms/instructions",
"private": false,
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack serve --open",
"test": "jest"
},
"keywords": [
"irma5",
"digital organisms",
"evolution",
"javascript",
"js",
"Artificial life",
"ALife",
"virtual Machine",
"simulation",
"molecules",
"atoms",
"instructions"
],
"author": "",
"license": "MIT",
"dependencies": {
"panzoom": "^9.4.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"babel-jest": "^29.7.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"style-loader": "^3.3.1",
"typescript": "^5.4.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
}
}