-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "canvas-experiments",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"check-updates": "yarn npm-check-updates",
"update-packages": "yarn npm-check-updates -u",
"knip": "knip",
"pre-commit": "yarn lefthook run pre-commit",
"pre-push": "yarn lefthook run pre-push"
},
"dependencies": {
"canvas-size": "^2.0.0",
"perfect-arrows": "^0.3.7",
"uuid": "^11.0.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.4",
"@types/canvas-size": "^1.2.2",
"@types/node": "^22.8.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-svelte": "^2.35.1",
"knip": "^5.34.4",
"lefthook": "^1.8.2",
"lucide-svelte": "^0.456.0",
"npm-check-updates": "^17.1.9",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.9",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"packageManager": "[email protected]"
}