-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "js-quote-editor",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"deploy": "npm run build && wrangler pages deploy"
},
"devDependencies": {
"@eslint/compat": "^2.0.2",
"@eslint/js": "^9.39.2",
"@sveltejs/adapter-node": "^5.4.0",
"@sveltejs/kit": "^2.47.2",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.12.5",
"globals": "^17.3.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"svelte": "^5.41.1",
"svelte-hot-french-toast": "^4.0.0",
"tailwindcss": "^4.1.15",
"vite": "^7.1.11",
"zod": "^4.1.12"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.15",
"drizzle-orm": "^0.45.1",
"postgres": "^3.4.7",
"ulidx": "^2.4.1"
},
"overrides": {
"cookie": "^1.1.0",
"yaml": "^2.4.0"
}
}