-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.29 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
{
"name": "open-la-applets",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build-netlify": "BUILD_ENV=netlify 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",
"format": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-svelte-csf": "^5.0.0-next.11",
"@storybook/blocks": "^8.4.2",
"@storybook/svelte": "^8.4.2",
"@storybook/sveltekit": "^8.4.2",
"@storybook/test": "^8.4.2",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@types/d3": "^7.4.3",
"@types/eslint": "^9.6.0",
"@types/katex": "^0.16.7",
"@types/three": "^0.170.0",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.64",
"clsx": "^2.1.1",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"lucide-svelte": "^0.456.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.9",
"storybook": "^8.4.2",
"svelte": "^5.3.1",
"svelte-check": "^4.0.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.3"
},
"dependencies": {
"@number-flow/svelte": "^0.2.1",
"@sveltejs/adapter-netlify": "^4.3.6",
"@sveltejs/adapter-node": "^5.2.9",
"@threlte/core": "8.0.0-next.30",
"@threlte/extras": "9.0.0-next.39",
"d3": "^7.9.0",
"formsnap": "^1.0.1",
"katex": "^0.16.11",
"screenfull": "^6.0.2",
"svelte-confetti": "^2.1.2",
"sveltekit-superforms": "^2.20.0",
"three": "^0.170.0",
"zod": "^3.23.8"
}
}