-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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": "bokeh-experiments",
"version": "1.0.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"deploy": "git checkout $1 && npm run build && gh-pages -d 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 --check .",
"format": "prettier --write .",
"prepare": "husky"
},
"homepage": "http://www.ratamero.com",
"license": "MIT",
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.15",
"@types/dat.gui": "^0.7.13",
"@types/lodash-es": "^4.17.12",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.2.0",
"husky": "^9.1.6",
"mdsvex": "^0.12.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.80.6",
"svelte-check": "^4.0.6",
"svelte-confetti": "^2.1.2",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^6.1.0"
},
"type": "module",
"dependencies": {
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"comfy.js": "^1.1.16",
"dat.gui": "^0.7.9",
"iconify-icon": "^2.1.0",
"lodash-es": "^4.17.21",
"nice-color-palettes": "^4.0.0",
"svelte": "^5.1.13",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tmi.js": "^1.8.5"
}
}