-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.39 KB
/
package.json
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
{
"name": "asp-chef",
"version": "1.17.2",
"private": true,
"scripts": {
"dev": "vite dev --port 5188",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"test:headed": "playwright test --headed",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "2.17.1",
"@testing-library/jest-dom": "^6.6.3",
"@types/c3": "^0.7.11",
"@types/jest": "^29.5.14",
"@types/pegjs": "^0.10.6",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"d3-drag": "latest",
"d3-force": "latest",
"d3-scale": "latest",
"d3-scale-chromatic": "latest",
"d3-selection": "latest",
"d3-zoom": "latest",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"mdsvex": "^0.12.3",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.19.9",
"svelte-check": "^4.1.4",
"svelte-dnd-action": "^0.9.57",
"tslib": "^2.4.1",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vitest": "^0.25.3"
},
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@sveltestrap/sveltestrap": "^7.1.0",
"@testing-library/svelte": "^5.2.7",
"apexcharts": "^4.5.0",
"apextree": "^1.3.0",
"async-lock": "^1.4.1",
"c3": "^0.7.20",
"chart.js": "^4.4.7",
"clingo-wasm": "^0.1.1",
"d3-require": "^1.3.0",
"dumbo-svelte": "^0.2.3",
"js-base64": "^3.7.7",
"jsdom": "^26.0.0",
"jsonpath": "^1.1.1",
"jsonpath-plus": "^10.3.0",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"katex": "^0.16.21",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"pegjs": "^0.10.0",
"really-relaxed-json": "^0.3.2",
"sass": "^1.84.0",
"survey-core": "^1.12.24",
"survey-js-ui": "^1.12.24",
"svelte-awesome": "^3.3.5",
"svelte-codemirror-editor": "^1.4.1",
"svelte-qrcode": "^1.0.1",
"tabulator-tables": "^6.3.1",
"uuid": "^9.0.0",
"vega": "^5.31.0",
"vis-graph3d": "^6.0.6",
"vis-network": "^9.1.9",
"vis-timeline": "^7.7.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
}
}