-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.71 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
{
"name": "proof-wiki-vis",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@skeletonlabs/skeleton": "2.10.4",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@types/d3": "^7.4.3",
"@types/eslint": "^9.6.0",
"@types/node": "22.10.5",
"autoprefixer": "10.4.20",
"d3": "^7.9.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.4",
"globals": "^15.0.0",
"mathlifier": "^2.0.3",
"postcss": "8.4.49",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "3.4.17",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^6.0.3",
"vite-plugin-tailwind-purgecss": "0.3.5",
"vitest": "^2.0.0"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "1.6.13",
"@sveltejs/adapter-vercel": "^5.5.2",
"flowbite-svelte-icons": "^2.0.2",
"fuse.js": "^7.0.0"
}
}