-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.34 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
{
"name": "@blankparticle/www",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "pnpm run build && wrangler pages dev",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"deploy": "pnpm run build && wrangler pages deploy",
"typegen": "wrangler types && mv worker-configuration.d.ts src/",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241127.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@sveltejs/adapter-cloudflare": "^4.8.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tailwindcss/vite": "4.0.0-beta.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.3.1",
"svelte-check": "^4.1.0",
"tailwindcss": "4.0.0-beta.3",
"tailwindcss-spring": "^1.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "6.0.2",
"wrangler": "^3.91.0"
},
"packageManager": "[email protected]"
}