-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "osuc.dev",
"version": "0.0.1",
"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 .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^7.0.1",
"@sveltejs/kit": "^2.20.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.3",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.25.7",
"svelte-check": "^4.1.5",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"vite": "^6.2.5",
"vite-imagetools": "^7.0.5"
},
"type": "module",
"dependencies": {
"@fontsource-variable/league-spartan": "^5.2.5",
"@fontsource-variable/manrope": "^5.2.5",
"octokit": "^4.1.2",
"sharp": "^0.34.0"
},
"description": "Sitio web oficial de Open Source UC",
"main": "svelte.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}