-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 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
{
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^10.0.1",
"@types/audioworklet": "^0.0.96",
"@types/bootstrap": "^5.2.10",
"@types/dom-screen-wake-lock": "^1.0.3",
"@types/plotly.js-basic-dist-min": "^2.12.4",
"@types/regression": "^2.0.6",
"@types/w3c-web-serial": "^1.0.8",
"@types/w3c-web-usb": "^1.0.13",
"@types/wicg-file-system-access": "^2023.10.7",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"autoprefixer": "^10.4.27",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"eslint": "^10.0.2",
"globals": "^17.4.0",
"mini-css-extract-plugin": "^2.10.0",
"postcss-loader": "^8.2.1",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.105.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
},
"scripts": {
"build": "webpack",
"start": "webpack serve --mode development"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"bootstrap": "^5.3.8",
"plotly.js-basic-dist-min": "^3.4.0",
"regression": "^2.0.1",
"z-schema": "^11.0.1"
}
}