-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "ui-svelte",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@rgossiaux/svelte-headlessui": "^2.0.0",
"@steeze-ui/heroicons": "^2.3.0",
"@steeze-ui/svelte-icon": "^1.5.0",
"@sveltejs/adapter-node": "^4.0.1",
"@sveltejs/kit": "^2.5.6",
"@tailwindcss/forms": "^0.5.7",
"@types/cytoscape": "^3.19.16",
"@types/cytoscape-dagre": "^2.3.3",
"@types/cytoscape-euler": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.17",
"chart.js": "^4.4.1",
"cytoscape": "^3.28.1",
"cytoscape-cola": "^2.5.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"flat": "^6.0.1",
"inter-ui": "^4.0.2",
"oidc-client-ts": "^3.0.1",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"svelte": "^4.2.12",
"svelte-check": "^3.8.0",
"svelte-popperjs": "^1.3.2",
"tailwindcss": "^3.4.13",
"tslib": "^2.6.2",
"typescript": "^5.4.4",
"vite": "^5.2.7"
},
"type": "module",
"overrides": {
"@rgossiaux/svelte-headlessui": {
"svelte": "$svelte"
}
}
}