-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 865 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 865 Bytes
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
{
"name": "@brains/rl-worlds",
"scripts": {
"build": "webpack --config webpack.config.js",
"serve": "webpack-dev-server --config webpack.config.dev.js --open"
},
"dependencies": {
"@types/d3": "^7.4.0",
"@types/flot": "^0.0.32",
"@types/jqueryui": "^1.12.16",
"@types/katex": "^0.14.0",
"@types/marked": "^4.0.7",
"bootstrap": "^5.2.2",
"css-loader": "^6.7.1",
"d3": "^7.6.1",
"highlight.js": "^11.6.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"jquery.flot": "^0.8.3",
"katex": "^0.16.2",
"marked": "^4.1.1",
"style-loader": "^3.3.1"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
}
}