-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 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
{
"name": "secret-message-encoder",
"private": true,
"version": "0.0.1",
"type": "module",
"author": "LuisAFK",
"repository": {
"type": "git",
"url": "git+https://github.com/lafkpages/sme.git"
},
"bugs": {
"url": "https://github.com/lafkpages/sme/issues"
},
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check ."
},
"devDependencies": {
"@carbon/charts-svelte": "^1.22.18",
"@cloudflare/workers-types": "^4.20250327.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@sveltejs/adapter-cloudflare": "^6.0.1",
"@sveltejs/kit": "^2.20.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/bun": "^1.2.8",
"carbon-components-svelte": "^0.88.4",
"carbon-icons-svelte": "^13.3.0",
"carbon-preprocess-svelte": "^0.11.11",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.25.3",
"svelte-check": "^4.1.5",
"typescript": "^5.8.2",
"ua-parser-js": "^2.0.3",
"vite": "^6.2.3",
"wrangler": "^4.6.0"
}
}