-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 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
47
48
49
50
51
52
{
"name": "tippy-project-website",
"version": "1.0.0",
"description": "A website to demo CMA-ES with client-side JS",
"scripts": {
"check-node-version": "node check-node-version.js",
"preinstall": "npm run check-node-version",
"test": "echo \"Error: no test specified\" && exit 1",
"build-dev": "webpack",
"build-prod": "webpack --mode production",
"dev": "webpack serve",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://taslater.github.io/tippy-project/",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@dimforge/rapier2d": "^0.7.6",
"babel-loader": "^8.3.0",
"benchmark": "^2.1.4",
"box2d-wasm": "^6.0.4",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.4.0",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.2",
"process": "^0.11.10",
"resolve-url-loader": "^5.0.0",
"sass": "^1.43.3",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"semver": "^7.6.0",
"timechart": "1.0.0-beta.10",
"uplot": "^1.6.16",
"webgl-plot": "^0.6.3"
},
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"engineStrict": true
}