-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.65 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "deceitville",
"version": "0.0.0",
"description": "",
"main": "",
"type": "module",
"scripts": {
"dev": "vite dev --host --https",
"build": "vite build",
"preview": "vite preview --host --https",
"postinstall": "patch-package",
"prepare": "ts-patch install -s"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/kit": "^1.27.6",
"@swc/core": "^1.3.100",
"@swc/helpers": "^0.5.3",
"@types/color": "^3.0.6",
"@types/draco3d": "^1.4.9",
"@types/postcss-import": "^14.0.3",
"@types/sanitize-html": "^2.9.5",
"@types/three": "^0.159.0",
"@types/uuid": "^9.0.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"autoprefixer": "^10.4.16",
"chalk": "^5.3.0",
"cssnano": "^6.0.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-svelte": "^2.35.1",
"patch-package": "^8.0.0",
"postcss": "^8.4.32",
"postcss-class-apply": "^4.0.1",
"postcss-font-grabber": "^3.1.0",
"postcss-import": "^15.1.0",
"postcss-import-url": "^7.2.0",
"postcss-load-config": "^4.0.2",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"prettier": "^3.1.0",
"prettier-plugin-jsdoc": "^1.1.1",
"prettier-plugin-svelte": "^3.1.2",
"rollup-plugin-import-assets": "^1.1.1",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"svelte": "^4.2.8",
"svelte-preprocess": "^5.1.1",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"typescript": "^5.3.2",
"uuid": "^9.0.1",
"vite": "^4.5.0",
"vite-imagetools": "^6.2.4",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-iso-import": "^1.0.0",
"vite-plugin-mkcert": "^1.17.1"
},
"dependencies": {
"@pmndrs/vanilla": "^1.13.4",
"@studio-freight/lenis": "^1.0.29",
"@sxxov/sv": "^0.26.16",
"@sxxov/ut": "^3.10.0",
"@threlte/core": "^7.0.5",
"@threlte/extras": "^8.0.3",
"@threlte/flex": "^0.1.1",
"@threlte/rapier": "^1.1.4",
"@vercel/analytics": "^1.1.3",
"color": "^4.2.3",
"detect-gpu": "^5.0.38",
"dotenv": "^16.3.1",
"draco3d": "^1.5.6",
"http-status-codes": "^2.3.0",
"maic": "^0.14.13",
"pace-js": "^1.2.4",
"postprocessing": "^6.33.4",
"sanitize-html": "^2.11.0",
"three": "^0.159.0",
"three-stdlib": "^2.28.7",
"troika-three-text": "^0.49.0",
"ts-nameof": "^5.0.0",
"ts-transformer-keys": "^0.4.4",
"type-fest": "^4.8.3",
"ws": "^8.14.2",
"zod": "^3.22.4"
}
}