-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "mineguessr",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "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",
"lint": "prettier --check .",
"format": "prettier --write .",
"test": "vitest"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-node": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/three": "^0.160.0",
"@vitest/browser": "^1.2.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"prisma": "^5.8.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-preprocess-delegate-events": "^0.4.3",
"sveltekit-search-params": "^2.1.0",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"vitest": "^1.2.2",
"webdriverio": "^8.29.3"
},
"type": "module",
"dependencies": {
"@lucia-auth/adapter-prisma": "^3.0.2",
"@lucia-auth/oauth": "^3.5.2",
"@prisma/client": "^5.8.1",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^20.11.0",
"camera-controls": "^2.7.3",
"canvas-confetti": "^1.9.2",
"dotenv": "^16.3.1",
"hammerjs": "^2.0.8",
"hocon-parser": "^1.0.1",
"lucia": "^2.7.6",
"pure-rand": "^6.0.4",
"svelte-french-toast": "^1.2.0",
"svelte-persisted-store": "^0.9.0",
"three": "^0.160.0",
"vue": "^3.4.8",
"vue-i18n": "^9.9.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"zod": "^3.22.4"
}
}