forked from nightscout/cgm-remote-monitor
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 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
53
{
"name": "frontend",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --run",
"test:watch": "vitest"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@rollup/plugin-inject": "^5.0.5",
"crypto-browserify": "^3.12.1",
"d3": "^7.9.0",
"flot": "^0.8.3",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"jquery.tooltips": "^1.0.0",
"js-storage": "^1.1.0",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"moment-timezone": "^0.5.46",
"parse-duration": "^1.1.0",
"shiro-trie": "^0.4.10",
"simple-statistics": "^7.8.7",
"socket.io-client": "^4.8.1",
"stream-browserify": "^3.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-commonjs": "^0.10.4"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/d3": "^7.4.3",
"@types/jquery": "^3.5.32",
"@types/jqueryui": "^1.12.23",
"@types/lodash": "^4.17.13",
"@types/moment": "^2.11.29",
"@types/moment-timezone": "^0.5.13",
"jsdom": "^25.0.1",
"prettier": "^3.4.1",
"vitest": "^2.1.8"
}
}