-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 KB
/
package.json
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
{
"name": "bdsim-web",
"version": "0.0.1",
"description": "Web-based telemetry and parameter tuning interface for BDSim",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build frontend --outDir ../bdsim_realtime/frontend_dist",
"dev": "vite serve frontend",
"preview": "vite preview"
},
"author": "CallumJHays <[email protected]>",
"license": "MIT",
"dependencies": {
"@annotationhub/react-golden-layout": "^3.0.0-beta.2",
"@msgpack/msgpack": "^2.2.1",
"@types/d3": "^5.16.3",
"@types/d3-simple-slider": "^1.5.1",
"d3": "^6.2.0",
"d3-simple-slider": "^1.10.1",
"preact": "^10.11.3",
"preact-cli": "^3.0.3",
"uplot": "^1.4.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.0",
"css-minimizer-webpack-plugin": "^1.1.5",
"html-minimizer-webpack-plugin": "^1.0.1",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.5",
"typescript": "^4.0.3",
"vite": "^4.1.1",
"vite-plugin-html": "^3.2.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.0.0"
},
"type": "module"
}