-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.62 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
{
"name": "selfsigned-portfolio",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "sst dev vite dev",
"format": "prettier --write src/",
"lint": "prettier --check src/",
"preview": "vite preview"
},
"devDependencies": {
"@iconify-json/gridicons": "^1.1.14",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/ph": "^1.1.11",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.4",
"@sveltejs/svelte-scroller": "^2.0.7",
"@theatre/core": "^0.7.0",
"@theatre/studio": "^0.7.0",
"@threlte/core": "^7.0.12",
"@threlte/extras": "^8.7.5",
"@threlte/theatre": "^2.1.6",
"@types/three": "^0.160.0",
"autoprefixer": "^10.4.16",
"camera-controls": "2.8.3",
"daisyui": "^4.4.17",
"postcss": "^8.4.31",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.5",
"three": "^0.160.1",
"three-inspect": "^0.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"unplugin-icons": "^0.18.3",
"v86": "^0.4.0",
"vite": "^4.5.2"
},
"type": "module",
"dependencies": {
"@aws-sdk/client-sesv2": "^3.631.0",
"dotenv": "^16.4.5",
"iconify-icon": "^1.0.8",
"sst": "ion",
"svelte-kit-sst": "2.43.4",
"typewriter-effect": "^2.21.0",
"zod": "^3.23.8"
}
}