[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte
flo-bit.dev/
portfolio
portfolio-website
svelte
sveltekit
tailwind
threejs
threlte
typescript
1.7 kB
54 lines
1{
2 "name": "portfolio",
3 "version": "0.0.1",
4 "private": true,
5 "scripts": {
6 "dev": "vite dev",
7 "build": "vite build",
8 "preview": "vite preview",
9 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
10 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
11 "lint": "prettier --check . && eslint .",
12 "format": "prettier --write .",
13 "model-pipeline:run": "node scripts/model-pipeline.js"
14 },
15 "devDependencies": {
16 "@sveltejs/adapter-auto": "^3.0.0",
17 "@sveltejs/kit": "^2.0.0",
18 "@sveltejs/vite-plugin-svelte": "^3.0.0",
19 "@theatre/core": "^0.7.0",
20 "@theatre/studio": "^0.7.0",
21 "@threlte/core": "^7.0.12",
22 "@threlte/extras": "^8.1.1",
23 "@threlte/theatre": "^2.1.5",
24 "@types/eslint": "8.56.0",
25 "@types/three": "^0.159.0",
26 "@typescript-eslint/eslint-plugin": "^6.0.0",
27 "@typescript-eslint/parser": "^6.0.0",
28 "eslint": "^8.56.0",
29 "eslint-config-prettier": "^9.1.0",
30 "eslint-plugin-svelte": "^2.35.1",
31 "prettier": "^3.1.1",
32 "prettier-plugin-svelte": "^3.1.2",
33 "svelte": "^4.2.7",
34 "svelte-check": "^3.6.0",
35 "three": "^0.159.0",
36 "tslib": "^2.4.1",
37 "typescript": "^5.0.0",
38 "vite": "^5.0.3"
39 },
40 "type": "module",
41 "dependencies": {
42 "@melt-ui/pp": "^0.3.0",
43 "@melt-ui/svelte": "^0.67.0",
44 "@sveltejs/adapter-static": "^3.0.1",
45 "@tailwindcss/aspect-ratio": "^0.4.2",
46 "alea": "^1.0.1",
47 "autoprefixer": "^10.4.16",
48 "most-visible": "^2.0.0",
49 "postcss": "^8.4.32",
50 "simplex-noise": "^4.0.1",
51 "tailwindcss": "^3.4.0",
52 "vite-imagetools": "^6.2.9"
53 }
54}