-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.6 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.6 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
{
"name": "tooling",
"version": "0.0.1",
"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 --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@prgm/sveltekit-progress-bar": "^1.0.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@types/luxon": "^3.4.2",
"@types/pngjs": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"prisma": "^5.6.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vercel": "^32.3.0",
"vite": "^4.4.2"
},
"type": "module",
"dependencies": {
"@auth/core": "^0.15.0",
"@auth/prisma-adapter": "^1.0.2",
"@auth/sveltekit": "^0.3.7",
"@napi-rs/canvas": "^0.1.44",
"@prisma/client": "^5.6.0",
"@tanstack/svelte-query": "^5.51.21",
"@vercel/blob": "^0.23.3",
"@vercel/speed-insights": "^1.0.3",
"dotenv": "^16.3.1",
"luxon": "^3.5.0",
"magnolia-ui-svelte": "github:highlanderrobotics/magnolia-ui-svelte#production",
"pngjs": "^7.0.0",
"sharp": "^0.32.6",
"sqlite3": "^5.1.6",
"svelte-component-to-image": "^0.1.0",
"svelte-file-dropzone": "^2.0.7",
"zod": "^3.23.8"
}
}