-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.79 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.79 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
54
55
56
{
"name": "viam-chartplotter",
"version": "0.0.12",
"private": true,
"scripts": {
"dev": "npm-run-all --parallel dev:*",
"dev:tailwind": "tailwindcss -i ./src/app.css -o ./src/output.css --watch",
"dev:svelte": "vite dev --host",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"build:css": "tailwindcss -i ./src/app.css -o ./src/output.css",
"build": "npm run build:css && vite build"
},
"devDependencies": {
"@types/eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@viamrobotics/prime-core": "^0.1.3",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.40.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.6",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"svelte": "^5.22.5",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.18",
"tslib": "^2.6.3",
"typescript": "~5.6.2",
"vite": "^6.0.5"
},
"type": "module",
"dependencies": {
"@ag-grid-community/client-side-row-model": "^32.3.5",
"@ag-grid-community/core": "^32.3.5",
"@ag-grid-community/styles": "^32.3.5",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@viamrobotics/sdk": "^0.60.0",
"@zag-js/dialog": "^1.26.3",
"bsonfy": "^1.0.2",
"ol": "^10.7.0",
"svelte-tiny-linked-charts": "^1.6.0",
"tailwind-merge": "^3.3.1",
"tsgeo": "^1.2.2",
"tslog": "^4.9.3",
"typescript-cookie": "^1.0.6",
"ol-wind": "^1.1.9"
}
}