-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "trends",
"version": "7.0.0-rc2",
"private": true,
"type": "module",
"scripts": {
"serve": "vite build --watch --mode dev-server",
"build": "vite build",
"lint": "eslint src",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"serve:standalone": "vite preview --mode standalone"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.24.0",
"@openc3/js-common": "6.10.4",
"@openc3/vue-common": "6.10.4",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
"regression": "^2.0.1",
"single-spa-vue": "^3.0.0",
"sprintf-js": "^1.1.3",
"uplot": "^1.6.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.0.18",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.30.0",
"globals": "^17.3.0",
"prettier": "^3.3.3",
"sass": "^1.80.4",
"vite": "^7.2.1",
"vitest": "^4.0.18",
"vue": "^3.5.13",
"vue-eslint-parser": "^9.4.3"
}
}