-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
{
"name": "autofy",
"version": "0.0.1",
"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": "vite dev",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"preview": "vite preview",
"db": "sst shell drizzle-kit"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@iconify/json": "^2.2.149",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.27.4",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/cookie": "^0.5.1",
"@types/pg": "^8.11.10",
"@types/spotify-web-api-node": "^5.0.11",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"drizzle-kit": "^0.28.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^4.2.7",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"tsx": "^4.19.2",
"typescript": "^5.0.0",
"unplugin-icons": "^0.17.4",
"vercel": "^34.2.8",
"vite": "^4.4.2"
},
"type": "module",
"dependencies": {
"@aws-sdk/client-sqs": "^3.731.0",
"@sveltejs/adapter-vercel": "^3.1.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^12.0.1",
"drizzle-orm": "^0.36.4",
"pg": "^8.13.1",
"spotify-web-api-node": "^5.0.2",
"sst": "3.5.13",
"svelte-kit-sst": "2.43.5"
}
}