-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 890 Bytes
/
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
{
"name": "EsquaredG_PicoscopeMonitering",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/Questionable-Research-Labs/EsquaredG_PicoscopeMonitering.git",
"authors": [
"Jasper M-W <jasper@qrl.nz>",
"Nathan Hare <me@laspruca.nz>"
],
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.9.1",
"bootstrap": "^5.0.0-beta1",
"chart.js": "^2.9.4",
"chartjs-plugin-streaming": "^1.8.0",
"cubism-es": "^1.1.2",
"d3": "5",
"jquery": "^3.5.1",
"moment": "^2.29.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"css-loader": "^5.1.3",
"node-sass": "^5.0.0",
"nodemon": "^2.0.7",
"sass-loader": "^11.0.1",
"scss": "^0.2.4",
"style-loader": "^2.0.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.0"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
}
}