-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.5 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
57
58
{
"name": "calact-network-analysis-tool",
"version": "1.0.0",
"description": "calact-network-analysis-tool",
"author": "Ian Rees",
"private": true,
"type": "module",
"scripts": {
"check": "pnpm lint --fix && pnpm nuxt typecheck",
"build": "nuxt build",
"calact": "tsx src/cli/calact.ts",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint .",
"start": "nuxt start",
"test:watch": "vitest --watch",
"test": "vitest run --coverage",
"test:browser": "playwright test"
},
"dependencies": {
"@aitodotai/json-stringify-pretty-compact": "1.3.0",
"@interline-io/tlv2-ui": "0.0.0-sha.3891755",
"@nuxt/eslint": "1.10.0",
"@nuxt/eslint-config": "1.10.0",
"@turf/bbox": "7.2.0",
"@types/big-json": "3.2.0",
"@types/node": "latest",
"big-json": "3.2.0",
"csv-stringify": "6.6.0",
"d3-scale": "4.0.2",
"d3-scale-chromatic": "3.1.0",
"eslint": "9.39.1",
"nuxt": "4.2.0",
"sass-embedded": "1.93.3",
"tsx": "4.20.3",
"typescript": "5.9.3",
"typescript-eslint": "8.46.3",
"vitest": "3.2.4",
"vue": "3.5.22",
"vue-tsc": "3.1.1"
},
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/d3-scale": "4.0.9",
"@types/d3-scale-chromatic": "3.1.0",
"@vitest/coverage-v8": "3.2.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"unrs-resolver",
"vue-demi",
"@interline-io/tlv2-ui"
]
}
}