-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.64 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.64 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "svelteplot-docs",
"version": "0.14.2",
"description": "SveltePlot documentation site",
"homepage": "https://svelteplot.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/svelteplot/svelteplot.git"
},
"license": "ISC",
"author": {
"name": "Gregor Aisch",
"email": "gka@users.noreply.github.com"
},
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"docs": "npm run build && cd build && rsync --recursive . vis4.net:svelteplot/alpha0/",
"docs:api": "node scripts/generate-api.js --marks --plot --transforms && prettier --write .",
"docs:api:marks": "node scripts/generate-api.js --marks && prettier --write .",
"docs:api:plot": "node scripts/generate-api.js --plot && prettier --write .",
"docs:api:transforms": "node scripts/generate-api.js --transforms && prettier --write .",
"format": "eslint --fix package.json && prettier --write .",
"lint": "pnpm run lint:oxlint && pnpm run lint:eslint && pnpm run lint:types",
"lint:eslint": "prettier --check src && eslint src package.json",
"lint:oxlint": "oxlint --type-aware",
"lint:types": "svelte-kit sync && tsc --noEmit -p tsconfig.lint-types.json",
"preview": "vite preview",
"screenshots": "node screenshot-examples.js",
"test": "pnpm --filter svelteplot test",
"test:visual": "node scripts/visual-regression.js",
"vr:report": "node scripts/vr-report.js"
},
"dependencies": {
"svelteplot": "workspace:*"
},
"devDependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@emotion/css": "^11.13.5",
"@shikijs/twoslash": "^3.22.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/eslint-config": "^8.3.5",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "6.2.4",
"@sveltepress/twoslash": "^1.3.10",
"@sveltepress/vite": "^1.3.10",
"@testing-library/svelte": "^5.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/d3-array": "^3.2.2",
"@types/d3-dsv": "^3.0.7",
"@types/d3-geo": "^3.1.0",
"@types/d3-random": "^3.0.3",
"@types/node": "^25.6.0",
"@types/topojson": "^3.2.6",
"@types/topojson-client": "^3.1.5",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"@unocss/extractor-svelte": "^66.6.8",
"@vite-pwa/sveltekit": "^1.1.0",
"csstype": "^3.2.3",
"d3-array": "^3.2.4",
"d3-dsv": "^3.0.1",
"d3-fetch": "^3.0.1",
"d3-force": "^3.0.0",
"d3-geo": "^3.1.1",
"d3-random": "^3.0.1",
"d3-time": "^3.1.0",
"es-toolkit": "^1.45.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-package-json": "^0.88.3",
"eslint-plugin-regexp": "^2.10.0",
"eslint-plugin-svelte": "3.17.0",
"jqmath": "^0.4.9",
"jsdom": "^27.4.0",
"log-update": "^7.1.0",
"lru-cache": "^11.3.3",
"magic-string": "^0.30.21",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-gfm": "^3.1.0",
"oxlint": "^1.59.0",
"oxlint-tsgolint": "^0.14.0",
"pixelmatch": "^7.1.0",
"pngjs": "^7.0.0",
"prettier": "^3.8.2",
"prettier-plugin-svelte": "^3.5.1",
"puppeteer": "^24.40.0",
"remark-code-extra": "^1.0.1",
"remark-code-frontmatter": "^1.0.0",
"remark-math": "^6.0.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.99.0",
"shiki": "^3.22.0",
"svelte": "5",
"svelte-check": "^4.4.6",
"svelte-eslint-parser": "1.6.0",
"svelte-highlight": "^7.9.0",
"svg-path-parser": "^1.1.0",
"temml": "^0.13.2",
"topojson-client": "^3.1.0",
"ts-essentials": "^10.1.1",
"tslib": "^2.8.1",
"typedoc": "^0.28.18",
"typedoc-plugin-markdown": "^4.11.0",
"typescript": "^5.9.3",
"uid": "^2.0.2",
"unist-util-visit": "^5.1.0",
"unocss": "^66.6.8",
"vite": "^7.3.1",
"vitest": "^4.1.4",
"vitest-matchmedia-mock": "^2.0.3",
"wx-svelte-grid": "^2.6.1",
"yoctocolors": "^2.1.2"
},
"packageManager": "pnpm@10.33.0"
}